Skip to content

Commit

Permalink
a11y- add more descriptive text to learn more in gen2 modal (#7869)
Browse files Browse the repository at this point in the history
* add more descriptive text to learn more in gen2 modal

* remove excess space

* Update src/components/Modal/Modal.tsx

Co-authored-by: Heather Buchel <hbuchel@gmail.com>

---------

Co-authored-by: katiegoines <katiegoines@gmail.com>
Co-authored-by: Heather Buchel <hbuchel@gmail.com>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent 4173f13 commit 5ac6f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export const Modal = ({ isGen1 }: ModalProps) => {
variation="primary"
className="modal-action modal-action--primary"
>
Learn more <IconChevron className="icon-rotate-270" />
Learn more about Gen 2
<IconChevron className="icon-rotate-270" />
</InternalLinkButton>
</Flex>
</Flex>
Expand Down

0 comments on commit 5ac6f98

Please sign in to comment.