feat: add line break between privacy policy and terms of service links in header for improved layout
This commit is contained in:
parent
985b10faf1
commit
2785217032
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue