Skip to content

Commit

Permalink
Drop footer props
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Mar 19, 2024
1 parent 4ea2a63 commit c0b4833
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/footer.js
Expand Up @@ -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
}) => (
Expand Down Expand Up @@ -181,7 +179,7 @@ const Footer = ({
<Service href={`mailto:${email}`} icon="email-fill" />
</Grid>
<Text my={2}>
<Link href={`tel:${phoneNumberUri}`}>{phoneNumber}</Link>
<Link href="tel:1-855-625-HACK">1-855-625-HACK</Link>
<br />
<Text as="span" color="muted">
(call toll-free)
Expand Down

0 comments on commit c0b4833

Please sign in to comment.