fix: types mismatch

This commit is contained in:
Akhilesh Rangani 2024-08-19 21:17:30 -04:00
parent 7559e9804f
commit ae7ff3f46b

View File

@ -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],