Skip to content

Commit

Permalink
fix passref on link
Browse files Browse the repository at this point in the history
  • Loading branch information
wiznaibus committed May 7, 2022
1 parent 2c8ea69 commit 07691cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Home() {
<h2 className="title text-black dark:text-white font-medium text-3xl mb-2">Media</h2>
<p>
<ul>
<li><Link href="https://www.envimedia.co/a-guide-to-nct-discography/">
<li><Link href="https://www.envimedia.co/a-guide-to-nct-discography/" passHref={true}>
<a className="text-nct127 dark:text-nctu underline hover:text-gray-700 dark:hover:text-white" target="_blank">EnVi Media - A GUIDE TO “NCT DISCOGRAPHY”</a>
</Link></li>
</ul>
Expand Down

0 comments on commit 07691cc

Please sign in to comment.