From ca299f45aac4e10c0b34b54bbab3ac025d2dbddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 17 Sep 2024 17:02:20 +0200 Subject: [PATCH] chore: remove duotone icons --- app.config.ts | 20 ++++----- app.vue | 4 +- components/AppHeader.vue | 4 +- components/EmptyCard.vue | 2 +- components/content/Caution.vue | 2 +- components/content/Important.vue | 2 +- components/content/LinkExample.vue | 2 +- components/content/Note.vue | 2 +- components/content/ReadMore.vue | 2 +- components/content/Tip.vue | 2 +- components/content/Warning.vue | 2 +- composables/useModules.ts | 36 ++++++++-------- composables/useNavigation.ts | 50 +++++++++++------------ content/0.index.yml | 36 ++++++++-------- content/2.modules.yml | 6 +-- content/3.deploy.yml | 4 +- content/3.deploy/netlify.md | 2 +- content/4.templates.yml | 4 +- content/5.video-courses.yml | 2 +- content/6.showcase.yml | 2 +- content/7.blog/14.nuxt-on-the-edge.md | 2 +- content/7.blog/16.new-website.md | 2 +- content/7.blog/17.v3-8.md | 6 +-- content/7.blog/23.looking-forward-2024.md | 12 +++--- content/7.blog/4.nuxt2-eol.md | 2 +- content/8.enterprise/1.support.yml | 4 +- content/8.enterprise/2.agencies.yml | 2 +- content/8.enterprise/3.sponsors.yml | 2 +- content/8.enterprise/4.jobs.yml | 2 +- content/8.enterprise/_dir.yml | 2 +- pages/blog/[slug].vue | 10 ++--- pages/deploy/[slug].vue | 6 +-- pages/docs/[...slug].vue | 6 +-- pages/enterprise/agencies/[slug].vue | 2 +- pages/modules/[slug].vue | 14 +++---- pages/modules/index.vue | 26 ++++++------ pages/team.vue | 2 +- pages/templates.vue | 4 +- 38 files changed, 146 insertions(+), 146 deletions(-) diff --git a/app.config.ts b/app.config.ts index 5eb94fe84..b3d81e924 100644 --- a/app.config.ts +++ b/app.config.ts @@ -37,11 +37,11 @@ export default defineAppConfig({ }, commandPalette: { default: { - icon: 'i-ph-magnifying-glass-duotone', + icon: 'i-ph-magnifying-glass', loadingIcon: 'i-ph-spinner', selectedIcon: 'i-ph-check', emptyState: { - icon: 'i-ph-magnifying-glass-duotone' + icon: 'i-ph-magnifying-glass' }, closeButton: { icon: 'i-ph-x' @@ -97,12 +97,12 @@ export default defineAppConfig({ } }, icons: { - dark: 'i-ph-moon-duotone', - light: 'i-ph-sun-duotone', - search: 'i-ph-magnifying-glass-duotone', + dark: 'i-ph-moon', + light: 'i-ph-sun', + search: 'i-ph-magnifying-glass', external: 'i-ph-arrow-up-right', chevron: 'i-ph-caret-down', - hash: 'i-ph-hash-duotone' + hash: 'i-ph-hash' }, header: { wrapper: 'lg:mb-0 lg:border-0', @@ -149,7 +149,7 @@ export default defineAppConfig({ content: { search: { fileIcon: { - name: 'i-ph-file-text-duotone' + name: 'i-ph-file-text' } }, toc: { @@ -176,12 +176,12 @@ export default defineAppConfig({ code: { button: { icon: { - copy: 'i-ph-copy-duotone', - copied: 'i-ph-check-square-duotone' + copy: 'i-ph-copy', + copied: 'i-ph-check-square' } }, icon: { - terminal: 'i-ph-terminal-window-duotone' + terminal: 'i-ph-terminal-window' } } } diff --git a/app.vue b/app.vue index 7e1c20630..ee2e30987 100644 --- a/app.vue +++ b/app.vue @@ -57,7 +57,7 @@ provide('navigation', navigation) >