Bug: Footer phone tel: links missing +1 country code #90

Closed
opened 2026-05-17 21:15:22 -05:00 by null · 0 comments
Owner

Problem

In Footer.jsx, the phone links generate tel:3217308020 and tel:8886562850 - missing the +1 country code. The Contact page correctly uses tel:+13217308020 and tel:+18886562850.

Without +1, mobile dialers may misdial on international devices.

Fix

Change Footer.jsx tel: hrefs to include +1:

  • tel:+13217308020
  • tel:+18886562850

Files

  • src/components/layout/Footer.jsx - lines 62, 65

Severity

Low - functional but inconsistent

## Problem In Footer.jsx, the phone links generate tel:3217308020 and tel:8886562850 - missing the +1 country code. The Contact page correctly uses tel:+13217308020 and tel:+18886562850. Without +1, mobile dialers may misdial on international devices. ## Fix Change Footer.jsx tel: hrefs to include +1: - tel:+13217308020 - tel:+18886562850 ## Files - src/components/layout/Footer.jsx - lines 62, 65 ## Severity Low - functional but inconsistent
null closed this issue 2026-05-17 21:48:50 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#90
No description provided.