Skip to content

Commit 56ac998

Browse files
gHashTagona-agent
andcommitted
fix(website): correct 'View Proofs' button link to #theorems
Changed hero CTA button from #invest to #theorems so 'View Proofs' button correctly navigates to the theorems section. Co-authored-by: Ona <no-reply@ona.com>
1 parent 1101144 commit 56ac998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/sections/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function HeroSection() {
2323

2424
<div className="fade" style={{ display: 'flex', gap: '1rem', marginTop: '2.5rem', justifyContent: 'center', flexWrap: 'wrap' }}>
2525
<motion.a
26-
href="#invest" className="btn" style={{ minWidth: '200px' }}
26+
href="#theorems" className="btn" style={{ minWidth: '200px' }}
2727
whileHover={{ scale: 1.05 }}
2828
whileTap={{ scale: 0.95 }}
2929
>

0 commit comments

Comments
 (0)