Skip to content

Commit

Permalink
Fix phone number for Contact Us
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperBlue committed Jan 3, 2024
1 parent add2aff commit 122c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const PinIconSVG = () => {
const contactInformation = [
{
icon : <PhoneIconSVG/>,
text : "(718) 279-6500 ext. 1291\n10AM - 4PM"
text : "(718) 279-6500\n10AM - 4PM"
},
{
icon : <InstagramIconSVG/>,
Expand Down

0 comments on commit 122c1c9

Please sign in to comment.