This commit is contained in:
rngsurrounded
2025-03-04 01:21:57 +09:00
parent 325ca97fd3
commit 085d3bb912
3 changed files with 16 additions and 7 deletions
@@ -30,12 +30,12 @@ export const Header = () => {
</Link>
<div className="flex items-center gap-4">
<Link
to="/docs/"
className="text-sm font-medium text-gray-700 hover:text-gray-900 transition-colors flex items-center gap-1"
>
<FileText className="h-4 w-4" />
</Link>
<a
href="/docs/"
className="text-sm font-medium text-gray-700 hover:text-gray-900 transition-colors flex items-center gap-1"
>
<FileText className="h-4 w-4" />
</a>
<DropdownMenu>
<DropdownMenuTrigger asChild>