Skip to content

Commit 6f90875

Browse files
committed
fix: constant name
1 parent db6c8ed commit 6f90875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/10years/_components/TenYearHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const TenYearHero = () => (
4444
className="select-none opacity-0 max-md:hidden"
4545
data-label="space-holder"
4646
>
47-
{words[0]}
47+
{WORDS[0]}
4848
</span>
4949
<span className="text-3xl font-bold text-accent-b md:absolute md:start-0 md:text-nowrap">
5050
<Morpher words={WORDS} charSet="abcdfgijklnopqsvwxyz" />

0 commit comments

Comments
 (0)