From a30f309d6113e5e1255f1aded977e8d22ab31f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Sat, 15 Jun 2019 01:16:01 +0200 Subject: [PATCH] rename tools to utility fixes #18 --- components/Card.vue | 1 - components/Sidebar.vue | 2 +- pages/{tools => utility}/index.vue | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename pages/{tools => utility}/index.vue (100%) diff --git a/components/Card.vue b/components/Card.vue index eeb37e9..94ae71e 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -38,7 +38,6 @@ export default { this.active = title === query ? 'card--active' : '' - }, }, mounted() { diff --git a/components/Sidebar.vue b/components/Sidebar.vue index a7fe70e..36054bb 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -10,7 +10,7 @@ nuxt-link(to="/frontend") Frontend nuxt-link(to="/fullstack") Fullstack nuxt-link(to="/servers") Server - nuxt-link(to="/tools") Tools + nuxt-link(to="/tools") Utility nuxt-link(to="/daily") Daily diff --git a/pages/tools/index.vue b/pages/utility/index.vue similarity index 100% rename from pages/tools/index.vue rename to pages/utility/index.vue