Skip to content

Commit 612327b

Browse files
gHashTagona-agent
andcommitted
fix: StickyCTA calculator button text
- Use plain text instead of HTML from i18n - Add 💰 emoji for visual clarity - Fallback: 'Savings Calculator' Co-authored-by: Ona <no-reply@ona.com>
1 parent f974cb9 commit 612327b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/StickyCTA.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function StickyCTA() {
6767
whileTap={{ scale: 0.95 }}
6868
style={{ minWidth: '160px', textAlign: 'center' }}
6969
>
70-
{t.calculator?.title || 'Calculate ROI'}
70+
💰 {t.stickyCta?.calculator || 'Savings Calculator'}
7171
</motion.a>
7272
</motion.div>
7373
)}

0 commit comments

Comments
 (0)