We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6c8ed commit 6f90875Copy full SHA for 6f90875
app/[locale]/10years/_components/TenYearHero.tsx
@@ -44,7 +44,7 @@ const TenYearHero = () => (
44
className="select-none opacity-0 max-md:hidden"
45
data-label="space-holder"
46
>
47
- {words[0]}
+ {WORDS[0]}
48
</span>
49
<span className="text-3xl font-bold text-accent-b md:absolute md:start-0 md:text-nowrap">
50
<Morpher words={WORDS} charSet="abcdfgijklnopqsvwxyz" />
0 commit comments