Fix privacy policy link not being visible on small screens (#17533)
Fix #17482
This commit is contained in:
parent
6240466866
commit
bbd3474416
2 changed files with 20 additions and 1 deletions
|
@ -54,5 +54,9 @@
|
|||
%ul
|
||||
%li= link_to t('about.source_code'), Mastodon::Version.source_url
|
||||
%li= link_to t('about.apps'), 'https://joinmastodon.org/apps'
|
||||
.legal-xs
|
||||
= link_to "v#{Mastodon::Version.to_s}", Mastodon::Version.source_url
|
||||
·
|
||||
= link_to t('about.privacy_policy'), terms_path
|
||||
|
||||
= render template: 'layouts/application'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue