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