rename tools to utility fixes #18

This commit is contained in:
André Weller
2019-06-15 01:16:01 +02:00
parent 1f4334dbf6
commit a30f309d61
3 changed files with 1 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ export default {
this.active = title === query this.active = title === query
? 'card--active' ? 'card--active'
: '' : ''
}, },
}, },
mounted() { mounted() {

View File

@@ -10,7 +10,7 @@
nuxt-link(to="/frontend") Frontend nuxt-link(to="/frontend") Frontend
nuxt-link(to="/fullstack") Fullstack nuxt-link(to="/fullstack") Fullstack
nuxt-link(to="/servers") Server nuxt-link(to="/servers") Server
nuxt-link(to="/tools") Tools nuxt-link(to="/tools") Utility
nuxt-link(to="/daily") Daily nuxt-link(to="/daily") Daily
</template> </template>