Skip to content

Commit a06da23

Browse files
committed
update CTA text
1 parent d9d5d48 commit a06da23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CTAButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const CTAButtons: React.FC<CTAButtonsProps> = ({
3535
onClick={handleTrayButtonClick}
3636
renderIcon={<IconInfoBorderlessLine />}
3737
>
38-
<Text className="cta">Info</Text>
38+
<Text className="cta">Learn More</Text>
3939
</Button>
4040
<Button
4141
className="cta"

0 commit comments

Comments
 (0)