fix: types mismatch
This commit is contained in:
parent
f1a65106b0
commit
a15c1f15f5
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user