Skip to content

Commit

Permalink
Update data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 29, 2022
1 parent c6c489f commit 2bdab4a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/docs/src/lib/data.js
Expand Up @@ -302,7 +302,7 @@ export let pages = [
tags: "themes disable custom color generator",
href: "/docs/themes",
icon: '<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="w-6 h-6 stroke-current"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01" /></svg>',
badge: "updated",
badge: "",
},
{
name: "Theme Generator",
Expand Down Expand Up @@ -335,7 +335,7 @@ export let pages = [
tags: "dropdown popover menu listbox",
href: "/components/dropdown",
icon: "",
badge: "",
badge: "updated",
},
{
name: "Modal",
Expand Down Expand Up @@ -445,7 +445,7 @@ export let pages = [
tags: "tooltip",
href: "/components/tooltip",
icon: "",
badge: "",
badge: "updated",
},
],
},
Expand All @@ -457,28 +457,28 @@ export let pages = [
tags: "checkbox ✅",
href: "/components/checkbox",
icon: "",
badge: "",
badge: "updated",
},
{
name: "File input",
tags: "file upload",
href: "/components/file-input",
icon: "",
badge: "",
badge: "New",
},
{
name: "Radio",
tags: "radio",
href: "/components/radio",
icon: "",
badge: "",
badge: "updated",
},
{
name: "Range",
tags: "range slider",
href: "/components/range",
icon: "",
badge: "",
badge: "updated",
},
{
name: "Rating",
Expand Down Expand Up @@ -513,7 +513,7 @@ export let pages = [
tags: "toggle switch checkbox",
href: "/components/toggle",
icon: "",
badge: "",
badge: "updated",
},
],
},
Expand Down Expand Up @@ -546,7 +546,7 @@ export let pages = [
tags: "drawer sidebar menu",
href: "/components/drawer",
icon: "",
badge: "updated",
badge: "",
},
{
name: "Footer",
Expand Down Expand Up @@ -621,7 +621,7 @@ export let pages = [
tags: "link href anchor 🔗",
href: "/components/link",
icon: "",
badge: "",
badge: "updated",
},
{
name: "Menu",
Expand Down

0 comments on commit 2bdab4a

Please sign in to comment.