feat(ui): make legal links on sidebar thin
This commit is contained in:
parent
7bca997597
commit
0672f7e966
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue