Skip to content

Commit beea046

Browse files
committed
fix her component param type
1 parent 7eb6067 commit beea046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/02_hero_component.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ FROM
122122
(
123123
'icon',
124124
'Icon of the feature section.',
125-
'TEXT',
125+
'ICON',
126126
FALSE,
127127
TRUE
128128
),

0 commit comments

Comments
 (0)