feat(ui): make legal links on sidebar thin

This commit is contained in:
upsiflu 2024-12-17 23:21:06 +01:00
parent 7bca997597
commit 0672f7e966
1 changed files with 3 additions and 3 deletions

View File

@ -134,13 +134,13 @@ const uploads = useUploadsStore()
<h3>{{ t('components.Sidebar.link.channels') }}</h3>
<Spacer grow />
<nav>
<Link inline to="/about">
<Link thin to="/about">
{{ t('components.Sidebar.link.about') }}
</Link>
<Link inline to="/privacy">
<Link thin to="/privacy">
Privacy
</Link>
<Link inline to="/legal">
<Link thin to="/legal">
Legal
</Link>
</nav>