From e24f8a8a934d4436201cd55eb8f8bc01ad6b28c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fernando=2Eios=28=ED=8E=98=EB=A5=B4=EB=82=9C=EB=8F=84=29?= Date: Wed, 19 Jun 2024 22:02:27 +0900 Subject: [PATCH] fix broken links on the homepage (#303) --- website/components/Features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/components/Features.tsx b/website/components/Features.tsx index 38c1057d4..65a8d3623 100644 --- a/website/components/Features.tsx +++ b/website/components/Features.tsx @@ -39,7 +39,7 @@ const features: Array = [ 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.",