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>
|
<h3>{{ t('components.Sidebar.link.channels') }}</h3>
|
||||||
<Spacer grow />
|
<Spacer grow />
|
||||||
<nav>
|
<nav>
|
||||||
<Link inline to="/about">
|
<Link thin to="/about">
|
||||||
{{ t('components.Sidebar.link.about') }}
|
{{ t('components.Sidebar.link.about') }}
|
||||||
</Link>
|
</Link>
|
||||||
<Link inline to="/privacy">
|
<Link thin to="/privacy">
|
||||||
Privacy
|
Privacy
|
||||||
</Link>
|
</Link>
|
||||||
<Link inline to="/legal">
|
<Link thin to="/legal">
|
||||||
Legal
|
Legal
|
||||||
</Link>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue