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

fix incomplete tel: attribute for support phone number #13

Merged
merged 2 commits into from
Mar 2, 2022

Conversation

circlecube
Copy link
Member

Oops, left off a digit to the phone number! This adds it in for folks who will dial directly from the button.

@@ -16,7 +16,7 @@ const help = [
icon: 'phone',
Svg: Phone,
cta: __('Call Us', 'wp-plugin-hostgator'),
url: 'tel:(866)_964-286',
url: 'tel:(866)_964-2867',
Copy link
Member

Choose a reason for hiding this comment

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

@circlecube Shouldn't the underscore be removed?

Suggested change
url: 'tel:(866)_964-2867',
url: 'tel:(866) 964-2867',

@circlecube circlecube merged commit 5f890fc into main Mar 2, 2022
@circlecube circlecube deleted the fix/phone-number branch March 2, 2022 00:18
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.

2 participants