🔍 Fixing CV search page

This commit is contained in:
2024-01-19 17:14:22 -05:00
parent c25dc40dac
commit c86d0d8b15
6 changed files with 92 additions and 98 deletions

View File

@@ -68,6 +68,14 @@ export const Navbar2 = (): ReactElement => {
Downloads
</a>
</li>
<li>
<a
className="text-gray-500 transition hover:text-gray-500/75 dark:text-white dark:hover:text-white/75"
href="/search"
>
Comicvine Search
</a>
</li>
</ul>
</nav>