Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HCB Phone Number #1101

Merged
merged 6 commits into from Mar 14, 2024
Merged

Add HCB Phone Number #1101

merged 6 commits into from Mar 14, 2024

Conversation

Chay2203
Copy link
Contributor

@Chay2203 Chay2203 commented Mar 7, 2024

This PR solves the issue #1099.

Description:
I have updated the Phone Number in the footer section of all HCB Pages.

Please review the changes.

Signed-off-by: Naga Chaitanya Varma <69190057+Chay2203@users.noreply.github.com>
Copy link

vercel bot commented Mar 7, 2024

@Chay2203 is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@sampoder sampoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Chay2203! Thanks for the PR. However, we only want to change it on HCB-related pages. You can see the email prop for an example of how we're doing this

@Chay2203
Copy link
Contributor Author

Chay2203 commented Mar 7, 2024

Sure @sampoder will check that.

@@ -179,7 +179,7 @@ const Footer = ({
<Service href={`mailto:${email}`} icon="email-fill" />
</Grid>
<Text my={2}>
<Link href="tel:1-855-625-HACK">1-855-625-HACK</Link>
<Link href="tel:+1 (844) 237 2290">+1 (844) 237 2290</Link>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! In addition to @sampoder's feedback, can we also change the phone number in the href to use hyphens as the separator?

This is because the spec says tel URIs should not contain spaces.

The inner content of the link can stay the same!

Suggested change
<Link href="tel:+1 (844) 237 2290">+1 (844) 237 2290</Link>
<Link href="tel:+1-844-237-2290">+1 (844) 237 2290</Link>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure @garyhtou

Signed-off-by: Naga Chaitanya Varma <69190057+Chay2203@users.noreply.github.com>
Signed-off-by: Naga Chaitanya Varma <69190057+Chay2203@users.noreply.github.com>
@Chay2203
Copy link
Contributor Author

Chay2203 commented Mar 7, 2024

I have made the requested changes @garyhtou @sampoder, please have a look :)

Copy link
Member

@garyhtou garyhtou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very close! Just a couple of small edits left

components/footer.js Outdated Show resolved Hide resolved
pages/fiscal-sponsorship/about.js Outdated Show resolved Hide resolved
Signed-off-by: Naga Chaitanya Varma <69190057+Chay2203@users.noreply.github.com>
@Chay2203 Chay2203 requested a review from garyhtou March 14, 2024 03:50
Copy link
Member

@garyhtou garyhtou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link

vercel bot commented Mar 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2024 7:03pm

@garyhtou garyhtou changed the title Updated the Phone Number Add HCB Phone Number Mar 14, 2024
@garyhtou garyhtou merged commit e1dd78d into hackclub:main Mar 14, 2024
3 checks passed
tobyab pushed a commit that referenced this pull request Mar 16, 2024
Co-authored-by: Gary Tou <gary@garytou.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants