diff --git a/client/src/pages/EntryPage.tsx b/client/src/pages/EntryPage.tsx index 24d8098..1028441 100644 --- a/client/src/pages/EntryPage.tsx +++ b/client/src/pages/EntryPage.tsx @@ -12,6 +12,7 @@ export default function EntryPage() { const [entry, setEntry] = useState(null); const [loading, setLoading] = useState(true); const [error, setError] = useState(null); + const [compactVideo, setCompactVideo] = useState(true); const entryId = useMemo(() => { try { @@ -70,7 +71,14 @@ export default function EntryPage() { - +
+ +
+ +
+
{ig && (
{ig.profile_pic_url ? (