feat: add line break between privacy policy and terms of service links in header for improved layout

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

View file

@ -191,6 +191,7 @@ export default function Header() {
>
Logout
</button>
<br />
<a
href="/docs/privacy"
className="block rounded px-3 py-2 text-sm text-foreground/80 hover:bg-accent"
@ -198,7 +199,6 @@ export default function Header() {
>
</a>
<br />
<a
href="/docs/tos"
className="block rounded px-3 py-2 text-sm text-foreground/80 hover:bg-accent"