feat: add line break between privacy policy and terms of service links in header

This commit is contained in:
암냥 2026-06-25 20:13:35 +09:00
commit f2efd92e98
No known key found for this signature in database

View file

@ -192,6 +192,7 @@ export default function Header() {
Logout
</button>
<a href="/docs/privacy"> </a>
<br/>
<a href="/docs/tos"></a>
</div>
) : null}