Skip to content

Commit e6320e8

Browse files
Fix: Syntax error in FinancialFreedomSection.tsx
The commit addresses a syntax error in `src/components/FinancialFreedomSection.tsx` that was causing a build failure. The error was an "Unexpected token `section`" which prevented the component from rendering correctly.
1 parent a80132a commit e6320e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FinancialFreedomSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const FinancialFreedomSection = () => {
174174
className="text-3xl md:text-4xl font-bold mb-4 text-alien-gold font-nasalization"
175175
>
176176
A₿tc <span className="text-sm text-gray-400">(Aurum nostrum non est aurum vulgi)</span>
177-
</h3>
177+
</motion.h3>
178178

179179
<motion.p
180180
initial={{ opacity: 0, y: 20 }}

0 commit comments

Comments
 (0)