We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d5d48 commit a06da23Copy full SHA for a06da23
src/components/CTAButtons.tsx
@@ -35,7 +35,7 @@ const CTAButtons: React.FC<CTAButtonsProps> = ({
35
onClick={handleTrayButtonClick}
36
renderIcon={<IconInfoBorderlessLine />}
37
>
38
- <Text className="cta">Info</Text>
+ <Text className="cta">Learn More</Text>
39
</Button>
40
<Button
41
className="cta"
0 commit comments