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