run prettier

This commit is contained in:
Lee Salminen
2022-07-05 16:16:46 -06:00
parent aa51d85d65
commit 94e4495026
5 changed files with 72 additions and 68 deletions
+9 -8
View File
@@ -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"