diff --git a/client/src/pages/EntryPage.tsx b/client/src/pages/EntryPage.tsx index 87ee62e..10318f3 100644 --- a/client/src/pages/EntryPage.tsx +++ b/client/src/pages/EntryPage.tsx @@ -89,11 +89,11 @@ export default function EntryPage() { ) : (
)} -
-
- {ig.username ? ( - - {ig.username} +
+
+ {ig.username ? ( + + {ig.username} ) : ( Instagram @@ -101,7 +101,9 @@ export default function EntryPage() { {ig.full_name && ยท {ig.full_name}}
{postDate || ig.post_date || 'Date unknown'}
- {ig.description &&

{ig.description}

} + {ig.description && ( + + )}
)}