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 ( -
+
);