diff options
author | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-29 18:57:03 +0300 |
---|---|---|
committer | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-29 18:57:03 +0300 |
commit | e16cbd640f9437483424abb85008fd56c22e4c2b (patch) | |
tree | 0773ee57cbb7592f0e6482fb5c17ac9b805c82c4 | |
parent | 44571ae7640722b41d75073f16cd0955a54708f7 (diff) | |
download | community.vyos.net-e16cbd640f9437483424abb85008fd56c22e4c2b.tar.gz community.vyos.net-e16cbd640f9437483424abb85008fd56c22e4c2b.zip |
changed phone number to valid one
-rw-r--r-- | templates/main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.html b/templates/main.html index 207914f..2a943aa 100644 --- a/templates/main.html +++ b/templates/main.html @@ -68,13 +68,13 @@ <a href="/get">GET VYOS</a> <a href="/contribute">CONTRIBUTE</a> <a href="http://vyos.io">COMMERCIAL SERVICES</a> - <a href="tel:+13234882459"> + <a href="tel:+18449802188"> <img src="/img/header/tel-icon.svg" alt="tel" title="tel" /> - <span>+1 323 488 2459</span> + <span>+1 844 980 2188</span> </a> </div> <div class="mobile-menu"> |