Merge branch 'refs/heads/main' into production

This commit is contained in:
James Murdza 2024-08-19 18:17:57 -07:00
commit f4a84bd4b6

View File

@ -12,7 +12,7 @@ import { toast } from "sonner";
import { useEffect, useState } from "react"; import { useEffect, useState } from "react";
import { CanvasRevealEffect } from "./projectCard/revealEffect"; import { CanvasRevealEffect } from "./projectCard/revealEffect";
const colors = { const colors: { [key: string]: number[][] } = {
react: [ react: [
[71, 207, 237], [71, 207, 237],
[30, 126, 148], [30, 126, 148],