Skip to content

Commit

Permalink
fix broken links on the homepage (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
techinpark authored Jun 19, 2024
1 parent 65b9b59 commit e24f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const features: Array<IFeature> = [
icon: VenetianMaskIcon,
},
{
href: "/docs/guides/theming",
href: "/docs/guides/design-token",
name: "Design Tokens & Theming",
description:
"Define consistent style properties across widgets inspired by modern design principles for a unified UI.",
Expand Down

0 comments on commit e24f8a8

Please sign in to comment.