Skip to content

Commit 05318a7

Browse files
committed
revert globalfooter type
1 parent a629d5f commit 05318a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GlobalFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function FooterSection({
99
links,
1010
}: {
1111
title: string;
12-
links: { title: string | JSX.Element; to: string }[];
12+
links: { title: string; to: string }[];
1313
}) {
1414
return (
1515
<div>

0 commit comments

Comments
 (0)