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