Skip to content

Commit

Permalink
Merge pull request #423 from CirclesUBI/feature/app-464-only-connect-…
Browse files Browse the repository at this point in the history
…phone-number-of-shop-directly-to-whatsapp-not

replace phone number link with whatsapp link
  • Loading branch information
dacianavram authored Aug 30, 2023
2 parents 688a389 + 64edec0 commit 5dc5032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async function shareLink() {
{#if business.phoneNumber}
<div class="flex pt-4 mt-4 text-black border-t-2">
<a href="https://wa.me/{business.phoneNumber}" target="_blank" rel="noreferrer"><Icons icon="whatsapp" customClass="inline -mt-1" size="{6}" /></a>
<p class="pl-2"><a href="tel://{business.phoneNumber}">{business.phoneNumber}</a></p>
<p class="pl-2"><a href="https://wa.me/{business.phoneNumber}">{business.phoneNumber}</a></p>
</div>
{/if}
{#if shopOwner && shopOwner.length}
Expand Down

0 comments on commit 5dc5032

Please sign in to comment.