From c0b4833113acae66a343f12858d58d72d1124ab8 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Tue, 19 Mar 2024 14:19:34 -0400 Subject: [PATCH] Drop footer props --- components/footer.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/footer.js b/components/footer.js index 60ce40a1..76afb92a 100644 --- a/components/footer.js +++ b/components/footer.js @@ -52,8 +52,6 @@ const Service = ({ href, icon, name = '', ...props }) => ( const Footer = ({ dark = false, email = 'team@hackclub.com', - phoneNumber = '1-855-625-HACK', - phoneNumberUri = '1-855-625-HACK', children, ...props }) => ( @@ -181,7 +179,7 @@ const Footer = ({ - {phoneNumber} + 1-855-625-HACK
(call toll-free)