Skip to content

Commit 8d07141

Browse files
committed
docs
1 parent 66937bf commit 8d07141

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/docs/src/lib/data.js

+16-16
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export let pages = [
288288
tags: "setup config styled themes base logs utils rtl",
289289
href: "/docs/config/",
290290
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="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" /></svg>',
291-
badge: "updated",
291+
badge: "",
292292
},
293293
{
294294
name: "Colors",
@@ -302,7 +302,7 @@ export let pages = [
302302
tags: "themes disable custom color generator",
303303
href: "/docs/themes/",
304304
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>',
305-
badge: "updated",
305+
badge: "",
306306
},
307307
{
308308
name: "Theme Generator",
@@ -329,21 +329,21 @@ export let pages = [
329329
tags: "button btn 🍑",
330330
href: "/components/button/",
331331
icon: "",
332-
badge: "updated",
332+
badge: "",
333333
},
334334
{
335335
name: "Dropdown",
336336
tags: "dropdown popover menu listbox",
337337
href: "/components/dropdown/",
338338
icon: "",
339-
badge: "updated",
339+
badge: "",
340340
},
341341
{
342342
name: "Modal",
343343
tags: "dialog modal window popup",
344344
href: "/components/modal/",
345345
icon: "",
346-
badge: "updated",
346+
badge: "",
347347
},
348348
{
349349
name: "Swap",
@@ -363,14 +363,14 @@ export let pages = [
363363
tags: "accordion disclosure",
364364
href: "/components/accordion/",
365365
icon: "",
366-
badge: "new",
366+
badge: "",
367367
},
368368
{
369369
name: "Alert",
370370
tags: "alert warning error message",
371371
href: "/components/alert/",
372372
icon: "",
373-
badge: "updated",
373+
badge: "",
374374
},
375375
{
376376
name: "Avatar",
@@ -384,7 +384,7 @@ export let pages = [
384384
tags: "badge tag label",
385385
href: "/components/badge/",
386386
icon: "",
387-
badge: "updated",
387+
badge: "",
388388
},
389389
{
390390
name: "Card",
@@ -412,7 +412,7 @@ export let pages = [
412412
tags: "collapse disclosure show hide",
413413
href: "/components/collapse/",
414414
icon: "",
415-
badge: "updated",
415+
badge: "",
416416
},
417417
{
418418
name: "Countdown",
@@ -433,7 +433,7 @@ export let pages = [
433433
tags: "loading loader spinner progress",
434434
href: "/components/loading/",
435435
icon: "",
436-
badge: "new",
436+
badge: "",
437437
},
438438
{
439439
name: "Progress",
@@ -461,7 +461,7 @@ export let pages = [
461461
tags: "table",
462462
href: "/components/table/",
463463
icon: "",
464-
badge: "updated",
464+
badge: "",
465465
},
466466
{
467467
name: "Tooltip",
@@ -572,7 +572,7 @@ export let pages = [
572572
tags: "drawer sidebar menu",
573573
href: "/components/drawer/",
574574
icon: "",
575-
badge: "updated",
575+
badge: "",
576576
},
577577
{
578578
name: "Footer",
@@ -608,7 +608,7 @@ export let pages = [
608608
tags: "join group button group input group form group",
609609
href: "/components/join/",
610610
icon: "",
611-
badge: "new",
611+
badge: "",
612612
},
613613
{
614614
name: "Mask",
@@ -663,21 +663,21 @@ export let pages = [
663663
tags: "menu list",
664664
href: "/components/menu/",
665665
icon: "",
666-
badge: "updated",
666+
badge: "",
667667
},
668668
{
669669
name: "Navbar",
670670
tags: "navbar navigation menu",
671671
href: "/components/navbar/",
672672
icon: "",
673-
badge: "updated",
673+
badge: "",
674674
},
675675
{
676676
name: "Pagination",
677677
tags: "pagination links next previous",
678678
href: "/components/pagination/",
679679
icon: "",
680-
badge: "updated",
680+
badge: "",
681681
},
682682
{
683683
name: "Steps",

0 commit comments

Comments
 (0)