feat: add links to privacy policy and terms of service in header
This commit is contained in:
parent
3dc14c0117
commit
7fb6725c10
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ export default function Header() {
|
||||||
>
|
>
|
||||||
Logout
|
Logout
|
||||||
</button>
|
</button>
|
||||||
|
<a href="/docs/privacy">개인정보 처리 방침</a>
|
||||||
|
<a href="/docs/tos">이용약관</a>
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue