Explorar el Código

date sort change from by-date to by-past

tags/1.0.2
Alej hace 3 años
padre
commit
7d80f75f63
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

@@ -40,7 +40,7 @@ nav.main.w-max
40 40
                     li
41 41
                         router-link(to="/exhibition/sorted/by-current-and-upcoming") Current/Upcoming
42 42
                     li
43
-                        router-link(to="/exhibition/sorted/by-date") Past
43
+                        router-link(to="/exhibition/sorted/by-past") Past
44 44
                     li
45 45
                         router-link(to="/object") Explore Craft Objects
46 46
             li.f-grow

Loading…
Cancelar
Guardar