We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4173f13 commit 5ac6f98Copy full SHA for 5ac6f98
src/components/Modal/Modal.tsx
@@ -113,7 +113,8 @@ export const Modal = ({ isGen1 }: ModalProps) => {
113
variation="primary"
114
className="modal-action modal-action--primary"
115
>
116
- Learn more <IconChevron className="icon-rotate-270" />
+ Learn more about Gen 2
117
+ <IconChevron className="icon-rotate-270" />
118
</InternalLinkButton>
119
</Flex>
120
0 commit comments