Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/footnote-group/footnote-group.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The Compact attribute can be added to reduce the size and spacing of footnote gr

- `items`: An array of strings
- `id_suffix` (string) should be used whenever there are multiple sets of footnotes on one page, to ensure the components use unique IDs.
- `heading_tag` (string) the tag to use for the heading. Defaults to `h1`.
- `heading_tag` (string) the tag to use for the heading. Defaults to `h2`.
- `heading_text` (string) the heading text. Defaults to `Footnotes`.
- `compact` (boolean) make the footnote group smaller

Expand Down