From a15c1f15f590508b98d2751c5cdab13ca68f02bb Mon Sep 17 00:00:00 2001 From: Akhilesh Rangani Date: Mon, 19 Aug 2024 21:17:30 -0400 Subject: [PATCH] fix: types mismatch --- frontend/components/dashboard/projects.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/projects.tsx b/frontend/components/dashboard/projects.tsx index ae5e983..9953e19 100644 --- a/frontend/components/dashboard/projects.tsx +++ b/frontend/components/dashboard/projects.tsx @@ -12,7 +12,7 @@ import { toast } from "sonner"; import { useEffect, useState } from "react"; import { CanvasRevealEffect } from "./projectCard/revealEffect"; -const colors = { +const colors: { [key: string]: number[][] } = { react: [ [71, 207, 237], [30, 126, 148],