From 5c0557e7e2b1f67db67dda211acce7cc66fbc027 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Fri, 13 Dec 2024 16:18:42 -0500 Subject: [PATCH] added type to props on footer --- src/components/footer/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index a5c93ff..162dea2 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -26,7 +26,7 @@ const navigation = { { name: 'Facebook', href: '#', - icon: (props) => ( + icon: (props:any) => ( ( + icon: (props:any) => ( ( + icon: (props:any) => ( @@ -61,7 +61,7 @@ const navigation = { { name: 'GitHub', href: '#', - icon: (props) => ( + icon: (props:any) => ( ( + icon: (props:any) => (