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 35da24d commit 8e5175cCopy full SHA for 8e5175c
app/[locale]/10years/_components/TenYearHero.tsx
@@ -33,7 +33,7 @@ const TenYearHero = () => {
33
// loops over chars to morph a text to another
34
const morpher = (start: string, end: string): void => {
35
// array of chars to randomly morph the text between start and end
36
- const chars = "abcdefghijklmnopqrstuvwxyz".split("")
+ const chars = "abcdfgijklnopqsvwxyz".split("")
37
// duration of the global morph
38
const duration = 3
39
// speed of the morph for each letter
0 commit comments