Przeglądaj źródła

fix broken messsages

pull/76/head
Jonathan Cobb 4 lat temu
rodzic
commit
23b2a5c018
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/_components/layout/Footer.vue

+ 1
- 1
src/_components/layout/Footer.vue Wyświetl plik

@@ -21,7 +21,7 @@
<div class="link" v-for="item in footerLinks" :key="item">
<a
class="text-white"
v-if="messages[`link${item}`].startsWith('http')"
v-if="messages[`link_${item}`].startsWith('http')"
:href="messages[`link_${item}`]"
target="_blank"
>


Ładowanie…
Anuluj
Zapisz