File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/docs/content/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments