Skip to content

Commit 76cf39d

Browse files
committedJul 13, 2023
refactor: removed iconlinks
1 parent 907359b commit 76cf39d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎app.config.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export default defineAppConfig({
2828
fluid: true
2929
},
3030
footer: {
31-
iconLinks: [
32-
{
33-
href: 'https://nuxt.com',
34-
icon: 'simple-icons:nuxtdotjs'
35-
}
36-
]
31+
iconLinks: []
3732
}
3833
}
3934
})

0 commit comments

Comments
 (0)