feat: enhance styling for privacy policy and terms of service links in header

This commit is contained in:
암냥 2026-06-25 20:15:06 +09:00
commit 18657e8391
No known key found for this signature in database

View file

@ -191,9 +191,9 @@ export default function Header() {
>
Logout
</button>
<a href="/docs/privacy"> </a>
<a href="/docs/privacy" className="text-sm px-3 py-2 text-left rounded text-foreground/80 hover:bg-accent"> </a>
<br/>
<a href="/docs/tos"></a>
<a href="/docs/tos" className="text-sm px-3 py-2 text-left rounded text-foreground/80 hover:bg-accent"></a>
</div>
) : null}
</div>