Discover link to new page

This commit is contained in:
sjiampojamarn 2024-10-20 17:00:20 -07:00
parent dfb532e4d3
commit 687cbb365f
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"