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