mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(theme)!: migrate from heroicons to lucide (#2540)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const items = [
|
||||
{
|
||||
label: 'Docs',
|
||||
icon: 'i-heroicons-book-open',
|
||||
icon: 'i-lucide-book-open',
|
||||
slot: 'docs',
|
||||
children: [
|
||||
{
|
||||
@@ -21,7 +21,7 @@ const items = [
|
||||
},
|
||||
{
|
||||
label: 'Components',
|
||||
icon: 'i-heroicons-cube-transparent',
|
||||
icon: 'i-lucide-box',
|
||||
slot: 'components',
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user