feat: update privacy policy and terms of service links for improved accessibility and interaction
This commit is contained in:
parent
18657e8391
commit
985b10faf1
1 changed files with 15 additions and 3 deletions
|
|
@ -191,9 +191,21 @@ export default function Header() {
|
|||
>
|
||||
Logout
|
||||
</button>
|
||||
<a href="/docs/privacy" className="text-sm px-3 py-2 text-left rounded text-foreground/80 hover:bg-accent">개인정보 처리 방침</a>
|
||||
<br/>
|
||||
<a href="/docs/tos" className="text-sm px-3 py-2 text-left rounded text-foreground/80 hover:bg-accent">이용약관</a>
|
||||
<a
|
||||
href="/docs/privacy"
|
||||
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>
|
||||
) : null}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue