Skip to content

Commit 1067c8a

Browse files
committed
docs: update content
1 parent 658577e commit 1067c8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/docs/content/components/modal.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@ export const VerticallyCenteredScrollableExample = () => {
694694
scrollable
695695
visible={visible}
696696
onClose={() => setVisible(false)}
697-
aria-labelledby="VerticallyCenteredScrollableExample"
697+
aria-labelledby="VerticallyCenteredScrollableExample2"
698698
>
699699
<CModalHeader>
700-
<CModalTitle id="VerticallyCenteredScrollableExample">Modal title</CModalTitle>
700+
<CModalTitle id="VerticallyCenteredScrollableExample2">Modal title</CModalTitle>
701701
</CModalHeader>
702702
<CModalBody>
703703
<p>
@@ -747,10 +747,10 @@ return (
747747
scrollable
748748
visible={visible}
749749
onClose={() => setVisible(false)}
750-
aria-labelledby="VerticallyCenteredScrollableExample"
750+
aria-labelledby="VerticallyCenteredScrollableExample2"
751751
>
752752
<CModalHeader>
753-
<CModalTitle id="VerticallyCenteredScrollableExample">Modal title</CModalTitle>
753+
<CModalTitle id="VerticallyCenteredScrollableExample2">Modal title</CModalTitle>
754754
</CModalHeader>
755755
<CModalBody>
756756
<p>

0 commit comments

Comments
 (0)