File tree 1 file changed +4
-4
lines changed
packages/website/src/components/homepage/highlights
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ const CONTENT_DATA = [
57
57
} ,
58
58
{
59
59
title : 'Forms' ,
60
- href : './docs/forms/text /' ,
60
+ href : './docs/forms/form-controls/guidelines /' ,
61
61
svg : SvgForm ,
62
62
description : 'Inputs with validation, grouped into a flexible form layout' ,
63
63
} ,
64
64
{
65
65
title : 'Button' ,
66
- href : './docs/navigation/button' ,
66
+ href : './docs/navigation/buttons/ button' ,
67
67
svg : SvgButton ,
68
68
description :
69
69
'Variety of buttons and button groups with different styles and colours' ,
@@ -83,7 +83,7 @@ const CONTENT_DATA = [
83
83
} ,
84
84
{
85
85
title : 'Panel' ,
86
- href : './docs/layout /panel' ,
86
+ href : './docs/containers /panel' ,
87
87
svg : SvgPanel ,
88
88
description : 'Layout helper, commonly used as a base for other components' ,
89
89
} ,
@@ -95,7 +95,7 @@ const CONTENT_DATA = [
95
95
} ,
96
96
{
97
97
title : 'Card' ,
98
- href : './docs/display /card' ,
98
+ href : './docs/containers /card' ,
99
99
svg : SvgCard ,
100
100
description :
101
101
'Vertical or horizontal cards, containing any custom components needed' ,
You can’t perform that action at this time.
0 commit comments