From 699c4cdcccd4ea02c2f7f515b0214f9fc662b0ab Mon Sep 17 00:00:00 2001 From: Amir Abokhssan Date: Wed, 15 Jan 2025 13:14:00 +0300 Subject: [PATCH] fix: type problem --- components/landing/animated-headline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/landing/animated-headline.tsx b/components/landing/animated-headline.tsx index 6e68712..65d6b01 100644 --- a/components/landing/animated-headline.tsx +++ b/components/landing/animated-headline.tsx @@ -75,7 +75,7 @@ export function AnimatedHeadline() {
FRKN:{" "} - {["F", "R", "K", "N"].map((key, index) => { + {(["F", "R", "K", "N"] as letters[]).map((key, index) => { return (