From 01738f5b1e3da2294bf7b3a14edb38ae57c64901 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sun, 8 Dec 2024 21:17:24 +0300 Subject: [PATCH] skills: TypeScript --- components/skills.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/skills.tsx b/components/skills.tsx index 83d9c00..f494bca 100644 --- a/components/skills.tsx +++ b/components/skills.tsx @@ -4,7 +4,7 @@ import { useTranslations } from 'next-intl'; const skills = [ 'React', 'Next.js', - 'Typescript', + 'TypeScript', 'GraphQL', 'ESLint', 'Tailwind',