Skip to content

Make footer phone number clickable #2564

Description

@Tiggerito

Wouldn't it make sense to make the phone number in the footer clickable, so users can directly make a call?

templates\components\common\footer.html

change:

<strong>{{lang 'footer.call_us' phone_number=settings.phone_number}}</strong>

to

<a href="tel:{{settings.phone_number}}"><strong>{{lang 'footer.call_us' phone_number=settings.phone_number}}</strong></a>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions