Explorar el Código

corrected img file source

tags/0.9.0
Alej hace 5 años
padre
commit
89cb52b76d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/components/navigation/navigation.vue

+ 1
- 1
vue-theme/src/components/navigation/navigation.vue Ver fichero

@@ -3,7 +3,7 @@
3 3
 nav.main
4 4
     router-link(to="/")
5 5
         h1.t-serif.t-up
6
-            img(src="/star.svg")
6
+            img(src="../../star.svg")
7 7
             span  logotype
8 8
     
9 9
     label(for="toggle-mobile-menu" aria-label="Menu") ☰

Loading…
Cancelar
Guardar