From 6d8a2915de2c4c0f7f6da45a02ecd793a18e23b1 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 19:37:11 -0800 Subject: [PATCH] Remove external allied organizations from network map and footer Co-Authored-By: Claude Opus 4.6 --- components/footer.tsx | 25 --------------- components/network-map-section.tsx | 50 +++--------------------------- 2 files changed, 4 insertions(+), 71 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index dfdd2e7..3a25b77 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -16,13 +16,6 @@ const LINKS = [ { name: "Trippin Balls", url: "https://trippinballs.lol" }, ] -const ALLIES = [ - { name: "Giveth", url: "https://giveth.io" }, - { name: "Token Engineering Commons", url: "https://tecommons.org" }, - { name: "Enspiral", url: "https://enspiral.com" }, - { name: "Grassroots Economics", url: "https://grassrootseconomics.org" }, -] - export function Footer() { return (