Merge pull request #421 from sjiampojamarn/discover-nit

Make Discover link to a new tab
This commit is contained in:
ItzCrazyKns 2024-11-17 19:40:05 +05:30 committed by GitHub
commit 011570dd9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ const Page = () => {
href={`/?q=Summary: ${item.url}`} href={`/?q=Summary: ${item.url}`}
key={i} key={i}
className="max-w-sm rounded-lg overflow-hidden bg-light-secondary dark:bg-dark-secondary hover:-translate-y-[1px] transition duration-200" 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 <img
className="object-cover w-full aspect-video" className="object-cover w-full aspect-video"