Skip to content

Commit 5ac6f98

Browse files
katiekleinkatiegoineshbuchel
authored
a11y- add more descriptive text to learn more in gen2 modal (#7869)
* add more descriptive text to learn more in gen2 modal * remove excess space * Update src/components/Modal/Modal.tsx Co-authored-by: Heather Buchel <[email protected]> --------- Co-authored-by: katiegoines <[email protected]> Co-authored-by: Heather Buchel <[email protected]>
1 parent 4173f13 commit 5ac6f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Modal/Modal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ export const Modal = ({ isGen1 }: ModalProps) => {
113113
variation="primary"
114114
className="modal-action modal-action--primary"
115115
>
116-
Learn more <IconChevron className="icon-rotate-270" />
116+
Learn more about Gen 2
117+
<IconChevron className="icon-rotate-270" />
117118
</InternalLinkButton>
118119
</Flex>
119120
</Flex>

0 commit comments

Comments
 (0)