Skip to content

Commit

Permalink
fix(www): url
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Aug 30, 2024
1 parent 2fac3e4 commit 81c7e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/announcement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Separator } from "@/registry/new-york/ui/separator"
export function Announcement() {
return (
<Link
href="/docs/components/chart"
href="/docs/changelog"
className="group inline-flex items-center px-0.5 text-sm font-medium"
>
<PieChart className="h-4 w-4" />{" "}
Expand Down

0 comments on commit 81c7e44

Please sign in to comment.