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
|
||||
</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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue