feat: add links to privacy policy and terms of service in header

This commit is contained in:
암냥 2026-06-25 20:12:38 +09:00
commit 7fb6725c10
No known key found for this signature in database

View file

@ -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>