Merge pull request #421 from sjiampojamarn/discover-nit
Make Discover link to a new tab
This commit is contained in:
commit
011570dd9b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue