From 9b3f053d67d21fba10606e438f188dd41353b22f Mon Sep 17 00:00:00 2001 From: gibbyb Date: Wed, 18 Sep 2024 14:36:49 -0500 Subject: [PATCH] fix some stuff --- src/components/general/techchart.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/general/techchart.tsx b/src/components/general/techchart.tsx index 9da7b5d..2049d53 100644 --- a/src/components/general/techchart.tsx +++ b/src/components/general/techchart.tsx @@ -8,12 +8,12 @@ const chartData = [ { technology: "TypeScript", proficiency: 85 }, { technology: "Next.js", proficiency: 80 }, { technology: "React", proficiency: 80 }, - { technology: "SQL", proficiency: 80 }, - { technology: "React Native", proficiency: 75 }, { technology: "Java", proficiency: 75 }, - { technology: "PHP", proficiency: 70 }, - { technology: "Python", proficiency: 70 }, - { technology: "Swift", proficiency: 60 }, + { technology: "SQL", proficiency: 70 }, + { technology: "React Native", proficiency: 65 }, + { technology: "PHP", proficiency: 60 }, + { technology: "Python", proficiency: 50 }, + { technology: "Swift", proficiency: 40 }, ] export default function TechChart() {