aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/Navbar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navbar.vue')
-rw-r--r--src/components/Navbar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index d3ceaf8..c688a3a 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -29,7 +29,7 @@
29 <i 29 <i
30 v-if="link.icon" 30 v-if="link.icon"
31 style="margin-right: 6px;" 31 style="margin-right: 6px;"
32 :class="link.icon" 32 :class="['fa-fw', link.icon]"
33 ></i> 33 ></i>
34 {{ link.name }} 34 {{ link.name }}
35 </a> 35 </a>