Created
August 7, 2025 08:04
-
-
Save fredbradley/3bd9bb8222ef3c2a0cfad8e329f32a24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Current implemention | |
<a href="tel:++441483+123456" style="color:rgb(2,30,66)" target="_blank">Office: +441483 123456</a> | |
// Suggested implemention | |
<a href="tel:+441483123456" style="color:rgb(2,30,66)" target="_blank">Office: +44 (0) 1483 123456</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment