run prettier
This commit is contained in:
@@ -17,10 +17,8 @@
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
{% if web_manifest %}
|
||||
<link async="async" rel="manifest" href="{{ web_manifest }}" />
|
||||
{% endif %}
|
||||
|
||||
{% block head_scripts %}{% endblock %}
|
||||
<link async="async" rel="manifest" href="{{ web_manifest }}" />
|
||||
{% endif %} {% block head_scripts %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body data-theme="bitcoin">
|
||||
@@ -55,10 +53,13 @@
|
||||
>
|
||||
</q-badge>
|
||||
{% endblock %}
|
||||
<q-badge v-if="g.offline" color="red" text-color="white" class="q-mr-md">
|
||||
<span>
|
||||
OFFLINE
|
||||
</span>
|
||||
<q-badge
|
||||
v-if="g.offline"
|
||||
color="red"
|
||||
text-color="white"
|
||||
class="q-mr-md"
|
||||
>
|
||||
<span> OFFLINE </span>
|
||||
</q-badge>
|
||||
<q-btn-dropdown
|
||||
v-if="g.allowedThemes && g.allowedThemes.length > 1"
|
||||
|
||||
Reference in New Issue
Block a user