From 943299d7c30091dc857231e75d9e5e77a9883e4b Mon Sep 17 00:00:00 2001
From: Eli <88557639+lishaduck@users.noreply.github.com>
Date: Sun, 20 Oct 2024 14:03:13 -0500
Subject: [PATCH] chore: remove todos
Filed issues for these:
- Enable Moderation #75
- Fancy Links #76
---
src/components/Footer.tsx | 1 -
src/islands/Chatbot.tsx | 2 --
2 files changed, 3 deletions(-)
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 9cd74190..b26ab36e 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -140,7 +140,6 @@ function RenderCategory(props: Menu): JSX.Element {
* @param props.title - The title of the link.
* @returns The rendered category header.
*/
-// TODO(lishaduck): Add a component to centralize anchor styling.
function RenderCategoryHeader({ url, title }: BasicMenu): JSX.Element {
return (
): JSX.Element {