aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/web/components/dashboard/preview/BookmarkPreview.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/preview/BookmarkPreview.tsx b/apps/web/components/dashboard/preview/BookmarkPreview.tsx
index fd70fd4e..c78eab22 100644
--- a/apps/web/components/dashboard/preview/BookmarkPreview.tsx
+++ b/apps/web/components/dashboard/preview/BookmarkPreview.tsx
@@ -120,6 +120,7 @@ export default function BookmarkPreview({
{sourceUrl && (
<Link
href={sourceUrl}
+ target="_blank"
className="flex items-center gap-2 text-gray-400"
>
<span>{t("preview.view_original")}</span>