Skip to content

Commit df0b506

Browse files
committed
fix(site): corregir prop commands→groups en index.astro tras migración de estructura
1 parent 57494cf commit df0b506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const faqPageLd = JSON.stringify({
153153

154154
<CommandsSection
155155
header={data.commands.header}
156-
commands={data.commands.list}
156+
groups={data.commands.groups}
157157
optionalNote={data.commands.optionalNote}
158158
/>
159159

0 commit comments

Comments
 (0)