development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
Showing only changes of commit 61e368e27e - Show all commits

View File

@@ -2,7 +2,7 @@
import { useState } from "react";
import { motion } from "framer-motion";
import { Eyebrow, SectionHeader, P, CT, CP } from "@/components/Texts";
import { Eyebrow, SectionHeader, P } from "@/components/Texts";
import {
QuestionMarkCircleIcon,
ShieldCheckIcon,
@@ -150,7 +150,7 @@ export function NodeProducts() {
? "border-cyan-500 bg-white/5"
: "border-gray-700 hover:border-gray-500"
}`}
onClick={() => setSelectedNode(nodes[opt.id])}
onClick={() => setSelectedNode(nodes[opt.id as keyof typeof nodes])}
>
<span className="text-white font-medium">{opt.name}</span>
<span className="mt-1 text-sm text-gray-400">{opt.description}</span>