From ad92fa246272f096104b5da08cf78b9e22025693 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 29 Jun 2025 18:29:27 +0000 Subject: fix(web): Add icons to preview selectors --- .../dashboard/preview/LinkContentSection.tsx | 23 ++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'apps/web/components') diff --git a/apps/web/components/dashboard/preview/LinkContentSection.tsx b/apps/web/components/dashboard/preview/LinkContentSection.tsx index f0277f3b..e86be6b7 100644 --- a/apps/web/components/dashboard/preview/LinkContentSection.tsx +++ b/apps/web/components/dashboard/preview/LinkContentSection.tsx @@ -14,6 +14,7 @@ import { toast } from "@/components/ui/use-toast"; import { useTranslation } from "@/lib/i18n/client"; import { api } from "@/lib/trpc"; import { ScrollArea } from "@radix-ui/react-scroll-area"; +import { Archive, BookOpen, Camera, Video } from "lucide-react"; import { useCreateHighlight, @@ -200,12 +201,20 @@ export default function LinkContentSection({ - {t("preview.reader_view")} + +
+ + {t("preview.reader_view")} +
+
- {t("common.screenshot")} +
+ + {t("common.screenshot")} +
- {t("common.archive")} +
+ + {t("common.archive")} +
- {t("common.video")} +
+
-- cgit v1.2.3-70-g09d2