From c417cd140a7de45badd4c662a491e2ca8e9784c8 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 3 Feb 2026 19:01:14 -0500 Subject: [PATCH] chore: Remove the heart icon from the About Modal's license information. --- src/components/AboutModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AboutModal.tsx b/src/components/AboutModal.tsx index ca4dcc9..fedceca 100644 --- a/src/components/AboutModal.tsx +++ b/src/components/AboutModal.tsx @@ -1,7 +1,7 @@ "use client"; import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogDescription } from "~/components/ui/dialog"; -import { Coffee, Github, Heart } from "lucide-react"; +import { Coffee, Github } from "lucide-react"; import { Button } from "./ui/button"; interface AboutModalProps { @@ -47,7 +47,7 @@ export function AboutModal({ isOpen, onClose }: AboutModalProps) { © 2026 Sean O'Connor. All Rights Reserved.

- Licensed under GPLv3. + Licensed under GPLv3.