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 61f6413 commit d22c899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/www/src/lib/components/docs/announcement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<a
href="/docs/changelog"
class={cn(
"inline-flex items-center rounded-lg bg-muted px-3 py-1 text-sm font-medium",
"bg-muted inline-flex items-center rounded-lg px-3 py-1 text-sm font-medium",
className
)}
{...$$restProps}
>
🎉 <Separator class="mx-2 h-4" orientation="vertical" />{" "}
<span class="sm:hidden">New components and more.</span>
<span class="hidden sm:inline"> New components, cli updates and more. </span>
<span class="sm:hidden">Major Form updates!</span>
<span class="hidden sm:inline"> Major updates to the Form components! </span>
<Icons.arrowRight class="ml-1 h-4 w-4" />
</a>
2 changes: 1 addition & 1 deletion apps/www/src/lib/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const docsConfig: DocsConfig = {
{
title: "Form",
href: "/docs/components/form",
label: "Preview",
label: "Updated",
items: [],
},
{
Expand Down

0 comments on commit d22c899

Please sign in to comment.