From 9a905bb8da16577ae7bb6b1e33ddf888c0ddc363 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 13 Oct 2025 08:22:45 -0600 Subject: [PATCH] fix: title for links section --- src/components/sections/links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/links.tsx b/src/components/sections/links.tsx index 077fe69..efb36b9 100644 --- a/src/components/sections/links.tsx +++ b/src/components/sections/links.tsx @@ -20,7 +20,7 @@ interface LinksProps { export default function LinksSection({ ...props }: LinksProps) { return ( -
+
);