Skip to content

Commit

Permalink
docs(storybook-css): update the TableFigureCaption story
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Nov 3, 2023
1 parent 922ec90 commit 43e9692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/storybook-css/src/Table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,9 @@ export const FigureCaption: Story = {
render: (({ descriptionId, children }: PropsWithChildren<{ descriptionId: string }>) => (
<figure>
<Table aria-describedby={descriptionId}>{children}</Table>
<figcaption id={descriptionId}>Bron: Gemeente Utrecht</figcaption>
<figcaption className="utrecht-table__figcaption" id={descriptionId}>
Bron: Gemeente Utrecht
</figcaption>
</figure>
)) as any,
};
Expand Down

0 comments on commit 43e9692

Please sign in to comment.