Skip to content

Commit

Permalink
chore: remove unnecessary icon packs
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Aug 15, 2024
1 parent bf234b8 commit 5b226eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions content/1.getting-started/3.writing/2.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,18 +370,18 @@ The icon component uses **Nuxt Icon** under the hood. Check out the usage guide
<div class="space-x-2">

:icon{name="lucide:box"}
:icon{name="logos:javascript"}
:icon{name="logos:vue"}
:icon{name="logos:nuxt-icon" size="30"}
:icon{name="vscode-icons:file-type-js-official"}
:icon{name="vscode-icons:file-type-vue"}
:icon{name="vscode-icons:file-type-nuxt" size="30"}

</div>
::

```mdc [Code]
:icon{name="lucide:box"}
:icon{name="logos:javascript"}
:icon{name="logos:vue"}
:icon{name="logos:nuxt-icon" size="30"}
:icon{name="vscode-icons:file-type-js-official"}
:icon{name="vscode-icons:file-type-vue"}
:icon{name="vscode-icons:file-type-nuxt" size="30"}
```
::

Expand Down Expand Up @@ -734,7 +734,7 @@ The text `required` is configurable in [`main.fieldRequiredText`](/api/configura
---
announcement:
title: 'Release v1.0.0'
icon: 'noto:party-popper'
icon: 'lucide:party-popper'
to: /getting-started
actions:
- name: Get Started
Expand All @@ -757,7 +757,7 @@ The text `required` is configurable in [`main.fieldRequiredText`](/api/configura
---
announcement:
title: 'Release v1.0.0'
icon: 'noto:party-popper'
icon: 'lucide:party-popper'
to: /getting-started
actions:
- name: Get Started
Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ navigation: false
---
announcement:
title: 'Release v0.5.0'
icon: 'noto:party-popper'
icon: 'lucide:party-popper'
to: /getting-started/changelog
actions:
- name: Get Started
Expand Down

0 comments on commit 5b226eb

Please sign in to comment.