feat: update privacy policy and terms of service links for improved accessibility and interaction

This commit is contained in:
암냥 2026-06-25 20:16:19 +09:00
commit 985b10faf1
No known key found for this signature in database

View file

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