Made title clickable

This commit is contained in:
Ben Arc
2021-07-02 12:52:27 +01:00
parent ae0849143b
commit eeb3e66529

View File

@@ -34,15 +34,17 @@
></q-btn> ></q-btn>
{% endblock %} {% endblock %}
<q-toolbar-title> <q-toolbar-title>
{% block toolbar_title %} {% if SITE_TITLE != 'LNbits' %} {{ <q-btn flat no-caps dense size="lg" type="a" href="/">
SITE_TITLE }} {% else %} {% block toolbar_title %} {% if SITE_TITLE != 'LNbits' %} {{
<strong>LN</strong>bits {% endif %} {% endblock %} SITE_TITLE }} {% else %} <strong>LN</strong>bits {% endif %} {%
endblock %}</q-btn
>
</q-toolbar-title> </q-toolbar-title>
{% block beta %} {% block beta %}
<q-badge color="yellow" text-color="black" class="q-mr-md"> <q-badge color="yellow" text-color="black" class="q-mr-md">
<span <span
><span v-show="$q.screen.gt.sm" ><span v-show="$q.screen.gt.sm"
>USE WITH CAUTION - LNbits wallet is still in </span >USE WITH CAUTION - {{SITE_TITLE}} wallet is still in </span
>BETA</span >BETA</span
> >
</q-badge> </q-badge>