From 1cf5c60646d74352ebb245cbb51b0ae730dc30aa Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:52:51 +0200 Subject: [PATCH] make top-left logo a link to landing page --- src/pages/share/[videoId].tsx | 4 +++- src/pages/videos.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/share/[videoId].tsx b/src/pages/share/[videoId].tsx index c0df86c..61e8ee3 100644 --- a/src/pages/share/[videoId].tsx +++ b/src/pages/share/[videoId].tsx @@ -94,7 +94,9 @@ const VideoList: NextPage = () => {
- Snapify + + Snapify +
{video && video.userId === session?.user.id ? ( <> diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 88549d7..b007907 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -103,7 +103,9 @@ const VideoList: NextPage = () => {
- Snapify + + Snapify +