Skip to content

Commit

Permalink
update nav and announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 20, 2024
1 parent d22c899 commit a2dc205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/lib/components/docs/announcement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a
href="/docs/changelog"
class={cn(
"bg-muted inline-flex items-center rounded-lg px-3 py-1 text-sm font-medium",
"inline-flex items-center rounded-lg bg-muted px-3 py-1 text-sm font-medium",
className
)}
{...$$restProps}
Expand Down
1 change: 0 additions & 1 deletion apps/www/src/lib/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const docsConfig: DocsConfig = {
title: "Carousel",
href: "/docs/components/carousel",
items: [],
label: "New",
},
{
title: "Checkbox",
Expand Down

0 comments on commit a2dc205

Please sign in to comment.