Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCrazyKns committed Nov 17, 2024
2 parents 03eed96 + 011570d commit e699cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/discover/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e699cb2

Please sign in to comment.