Explorar el Código

fix broken messsages

pull/76/head
Jonathan Cobb hace 4 años
padre
commit
23b2a5c018
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/_components/layout/Footer.vue

+ 1
- 1
src/_components/layout/Footer.vue Ver fichero

@@ -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"
>


Cargando…
Cancelar
Guardar