Remove legal page, add no affiliation text in footer

This commit is contained in:
timvisee 2021-01-09 18:59:45 +01:00
parent 6c3a2e53af
commit 3165086869
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
89 changed files with 13 additions and 370 deletions

View file

@ -17,15 +17,14 @@ class Footer extends Component {
<footer
class="flex flex-col md:flex-row items-start w-full flex-none self-start p-6 md:p-8 font-medium text-xs text-grey-60 dark:text-grey-40 md:items-center justify-between"
>
<div></div>
<div>${translate('footerText')}</div>
<ul
class="flex flex-col md:flex-row items-start md:items-center md:justify-end"
>
<li class="m-2">
<a href="/legal"> ${translate('footerLinkPrivacy')} </a>
</li>
<li class="m-2">
<a href="https://gitlab.com/timvisee/send">Source</a>
<a href="https://gitlab.com/timvisee/send"
>${translate('footerLinkSource')}</a
>
</li>
</ul>
</footer>