From ec34738133e5e89db862995aecdf4843ccaf302a Mon Sep 17 00:00:00 2001 From: ygd58 Date: Wed, 1 Jul 2026 06:11:31 +0200 Subject: [PATCH] fix: add missing X (Twitter) card and correct official URL - Add X (Twitter) BentoCard to bento-grid.tsx (was defined in constants but never rendered) - Fix twitter href from incorrect personal account to official @ritualfnd account - Add Twitter icon import from lucide-react --- components/bento-grid.tsx | 10 +++++++++- lib/constants.ts | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/bento-grid.tsx b/components/bento-grid.tsx index 1d798ee..4751b09 100644 --- a/components/bento-grid.tsx +++ b/components/bento-grid.tsx @@ -1,4 +1,4 @@ -import { BookOpen, Users, MessageSquare, Github, Send, MessageCircle, Calendar } from "lucide-react" +import { BookOpen, Users, MessageSquare, Github, Send, MessageCircle, Calendar, Twitter } from "lucide-react" import { BentoCard } from "@/components/bento-card" import { links } from "@/lib/constants" @@ -60,6 +60,14 @@ export function BentoGrid() { href={links.reddit.href} /> + +