quick fix to Account link
This commit is contained in:
parent
0e2d5f17b4
commit
9e1b19442b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<nav id="links_on_top">
|
||||
{%- from 'beetroot/icons.html' import icon_big -%}
|
||||
{%- block custom_url -%}
|
||||
<a href="{{ instance_name }}" class="link_on_top_about">{{ icon_big('people-outline') }}<span>{{ _('Account') }}</span></a>
|
||||
<a href="https://user.disroot.org" class="link_on_top_about">{{ icon_big('people-outline') }}<span>{{ _('Account') }}</span></a>
|
||||
<a href="https://howto.disroot.org" class="link_on_top_about">{{ icon_big('school-outline') }}<span>{{ _('Help') }}</span></a>
|
||||
<a href="https://status.disroot.org" class="link_on_top_about">{{ icon_big('magnet-outline') }}<span>{{ _('Server Status') }}</span></a>
|
||||
{%- endblock -%}
|
||||
|
|
Loading…
Reference in a new issue