This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix broken messsages
pull/76/head
Jonathan Cobb
4 years ago
parent
6e9b9fd011
commit
23b2a5c018
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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">
<a
class="text-white"
v-if="messages[`link${item}`].startsWith('http')"
v-if="messages[`link
_
${item}`].startsWith('http')"
:href="messages[`link_${item}`]"
target="_blank"
>
Write
Preview
Loading…
Cancel
Save