FIX: fixes for typos and Link Component in button
Fixes some grammar issues and bad layouting, as well as wrong link usage
This commit is contained in:
parent
ad6c5944f6
commit
0ce3ca2fe5
7 changed files with 37 additions and 19 deletions
|
@ -59,7 +59,11 @@ export default defineNuxtConfig({
|
|||
}
|
||||
},
|
||||
|
||||
modules: ['@nuxt/icon', '@vueuse/nuxt'],
|
||||
modules: [
|
||||
'@nuxt/icon',
|
||||
'@nuxt/fonts',
|
||||
'@vueuse/nuxt',
|
||||
],
|
||||
|
||||
icon: {
|
||||
customCollections: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue