aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndreas Waschinski <25221082+waschinski@users.noreply.github.com>2021-09-14 22:44:42 +0200
committerGitHub <noreply@github.com>2021-09-14 22:44:42 +0200
commitb63add2f9573ba62db76972274fbb30ef4577610 (patch)
treef821b0b9e8d39ca2eba49af8efabed8784c4e245
parent4eeed6596bc79d340d8b3e4dd7d0efa5aa358efc (diff)
downloadhomer-b63add2f9573ba62db76972274fbb30ef4577610.tar.gz
homer-b63add2f9573ba62db76972274fbb30ef4577610.tar.zst
homer-b63add2f9573ba62db76972274fbb30ef4577610.zip
Status visibility no longer depending on subtitle
-rw-r--r--src/components/services/AdGuardHome.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/AdGuardHome.vue b/src/components/services/AdGuardHome.vue
index 9aeaf39..61d4bed 100644
--- a/src/components/services/AdGuardHome.vue
+++ b/src/components/services/AdGuardHome.vue
@@ -25,7 +25,7 @@
25 </template> 25 </template>
26 </p> 26 </p>
27 </div> 27 </div>
28 <div v-if="!item.subtitle" class="status" :class="protection"> 28 <div class="status" :class="protection">
29 {{ protection }} 29 {{ protection }}
30 </div> 30 </div>
31 </div> 31 </div>