From 62e614c53fa7ffa5ad845b750f24fb7eef594001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 6 Nov 2024 01:18:04 +0100 Subject: [PATCH] docs: fix system icon --- docs/app.config.ts | 2 +- docs/components/AppHeader.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app.config.ts b/docs/app.config.ts index 09ea0b05..1e539f4d 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -13,7 +13,7 @@ export default defineAppConfig({ icons: { dark: 'i-lucide-moon', light: 'i-lucide-sun', - system: 'i-lucide-screen', + system: 'i-lucide-laptop', search: 'i-lucide-search', external: 'i-lucide-arrow-up-right', chevron: 'i-lucide-chevron-down', diff --git a/docs/components/AppHeader.vue b/docs/components/AppHeader.vue index 66c7b73a..225e4404 100644 --- a/docs/components/AppHeader.vue +++ b/docs/components/AppHeader.vue @@ -67,11 +67,11 @@ onMounted(async () => {