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 {