@@ -22,13 +22,12 @@ import {
2222 Alert01Icon ,
2323 Loading03Icon ,
2424 Message01Icon ,
25- Settings01Icon ,
2625 ArrowDown01Icon ,
2726 TextIcon ,
2827 Tick01Icon ,
2928 GridIcon ,
3029 SlidersHorizontalIcon ,
31- LayersIcon ,
30+ Layers01Icon ,
3231} from "hugeicons-react" ;
3332
3433const componentCategories = [
@@ -64,14 +63,14 @@ const componentCategories = [
6463 components : [
6564 { href : "/components/alert" , title : "Alert" , desc : "Alert messages and notifications" , icon : Alert01Icon } ,
6665 { href : "/components/progress" , title : "Progress" , desc : "Progress indicators and bars" , icon : Loading03Icon } ,
67- { href : "/components/skeleton" , title : "Skeleton" , desc : "Loading placeholder components" , icon : LayersIcon } ,
66+ { href : "/components/skeleton" , title : "Skeleton" , desc : "Loading placeholder components" , icon : Layers01Icon } ,
6867 ] ,
6968 } ,
7069 {
7170 title : "Overlay" ,
7271 components : [
7372 { href : "/components/dialog" , title : "Dialog" , desc : "Modal dialogs for confirmations" , icon : Message01Icon } ,
74- { href : "/components/sheet" , title : "Sheet" , desc : "Slide-out panels (bottom sheets)" , icon : LayersIcon } ,
73+ { href : "/components/sheet" , title : "Sheet" , desc : "Slide-out panels (bottom sheets)" , icon : Layers01Icon } ,
7574 { href : "/components/dropdown-menu" , title : "DropdownMenu" , desc : "Context and action menus" , icon : Menu01Icon } ,
7675 { href : "/components/tooltip" , title : "Tooltip" , desc : "Hover tooltips for hints" , icon : Message01Icon } ,
7776 ] ,
0 commit comments