From dedc5fb24536832eae2c18d84efa2a92272c955c Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 26 May 2024 00:06:32 +0000 Subject: feature: Full page archival with monolith. Fixes #132 --- .../dashboard/preview/LinkContentSection.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'apps/web/components/dashboard/preview') diff --git a/apps/web/components/dashboard/preview/LinkContentSection.tsx b/apps/web/components/dashboard/preview/LinkContentSection.tsx index 29001c7f..3aeacdcd 100644 --- a/apps/web/components/dashboard/preview/LinkContentSection.tsx +++ b/apps/web/components/dashboard/preview/LinkContentSection.tsx @@ -12,6 +12,16 @@ import { ScrollArea } from "@radix-ui/react-scroll-area"; import { ZBookmark, ZBookmarkedLink } from "@hoarder/shared/types/bookmarks"; +function FullPageArchiveSection({ link }: { link: ZBookmarkedLink }) { + return ( +