Browse Source

fix broken messsages

pull/76/head
Jonathan Cobb 4 years ago
parent
commit
23b2a5c018
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/_components/layout/Footer.vue

+ 1
- 1
src/_components/layout/Footer.vue View File

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


Loading…
Cancel
Save