Fix the actual number
This commit is contained in:
@@ -49,7 +49,7 @@ class Header extends Component {
|
|||||||
classes="rounded-full text-white hover:shadow"
|
classes="rounded-full text-white hover:shadow"
|
||||||
url="/contact"
|
url="/contact"
|
||||||
/>
|
/>
|
||||||
<a href="tel:6104506599">
|
<a href="tel:7206432025">
|
||||||
<li className={phoneMenuClasses}>
|
<li className={phoneMenuClasses}>
|
||||||
<i className="fas fa-phone mr-2" />
|
<i className="fas fa-phone mr-2" />
|
||||||
720-643-2025
|
720-643-2025
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ class SideMenu extends Component {
|
|||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="tel:6104506599"
|
href="tel:7206432025"
|
||||||
className="side-close menu-contact no-underline"
|
className="side-close menu-contact no-underline"
|
||||||
>
|
>
|
||||||
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
<li className="hover:bg-white hover:text-black text-right no-underline text-2xl uppercase p-4 text-white">
|
||||||
|
|||||||
Reference in New Issue
Block a user