From 5d2eff5f548038a1319a90b858eb6d0d03e8602a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Thu, 11 May 2023 15:32:54 +0200 Subject: [PATCH] chore(fix): iconLinks in starter --- .starters/default/app.config.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.starters/default/app.config.ts b/.starters/default/app.config.ts index fec136ac4..642fe1277 100644 --- a/.starters/default/app.config.ts +++ b/.starters/default/app.config.ts @@ -34,11 +34,6 @@ export default defineAppConfig({ { href: 'https://nuxt.com', icon: 'simple-icons:nuxtdotjs' - }, - { - href: 'https://nuxt.com', - icon: 'IconNuxtLabs', - label: 'Nuxt' } ] }