Made title clickable
This commit is contained in:
parent
ae0849143b
commit
eeb3e66529
1 changed files with 6 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue