Direct dial Helpline Numbers
Created by: rishabhnama
A tap to call helpline numbers feature can be added to the footer for the visitors who may need assistance. A single click on the link will prompt the user to make the call to mygov helpline portal and seek help. This feature on mobile will redirect to the dialer (on smartphone) and trigger call prompt (Windows Browsers) to the connected smartphone. Adding the following code to the footer.js file will implement the feature as shown in Screenshot.
<h3>Covid-19 Helpline:
<a href="tel:1075" >|Health Ministry| </a>
<a href="tel:1098"> | Child Support | </a>
<a href="tel:08046110007"> | Mental Health | </a>
<a href="tel:14567"> | Senior Citizens | </a>
<a href="tel:14443"> | Counselling | </a>
<a href="tel:9013151515"> | MyGov Whatsapp Helpdesk | </a>
</h3>
</div>