From d7e0a8b614d0ea7493ccd575fd98a204899010bf Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 1 May 2023 22:40:01 +0200 Subject: [PATCH] fix/profile image not allowed in next/image --- src/pages/share/[videoId].tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/share/[videoId].tsx b/src/pages/share/[videoId].tsx index d045089..9bdd5ac 100644 --- a/src/pages/share/[videoId].tsx +++ b/src/pages/share/[videoId].tsx @@ -160,8 +160,8 @@ const VideoList: NextPage = () => { ) : (
-
-
+
+
)} @@ -169,9 +169,8 @@ const VideoList: NextPage = () => { {!isLoading ? ( <>
- { ) : ( <> -
-
+
+
)}