From 687cbb365fd60d90f9a7b18387c6c03fa9636f17 Mon Sep 17 00:00:00 2001
From: sjiampojamarn <18257803+sjiampojamarn@users.noreply.github.com>
Date: Sun, 20 Oct 2024 17:00:20 -0700
Subject: [PATCH] Discover link to new page

---
 ui/app/discover/page.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/app/discover/page.tsx b/ui/app/discover/page.tsx
index 7788d0d..eb94040 100644
--- a/ui/app/discover/page.tsx
+++ b/ui/app/discover/page.tsx
@@ -83,6 +83,7 @@ const Page = () => {
                 href={`/?q=Summary: ${item.url}`}
                 key={i}
                 className="max-w-sm rounded-lg overflow-hidden bg-light-secondary dark:bg-dark-secondary hover:-translate-y-[1px] transition duration-200"
+                target="_blank"
               >
                 <img
                   className="object-cover w-full aspect-video"