fix: hide whatsapp icon in mobile navigation as well
This commit is contained in:
@@ -59,15 +59,17 @@
|
||||
Anrufen
|
||||
</span>
|
||||
</a>
|
||||
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
||||
class="button bg-button flex items-center space-x-2"
|
||||
rel="nofollow"
|
||||
target="_blank">
|
||||
{ep:icon(icon: 'whatsapp', class: 'w-6 h-6 text-white')}
|
||||
<span class="hidden sm:block">
|
||||
Whatsapp
|
||||
</span>
|
||||
</a>
|
||||
<f:if condition="{settings.whatsApp}">
|
||||
<a href="https://api.whatsapp.com/send?phone={settings.whatsAppNumberLink}"
|
||||
class="button bg-button flex items-center space-x-2"
|
||||
rel="nofollow"
|
||||
target="_blank">
|
||||
{ep:icon(icon: 'whatsapp', class: 'w-6 h-6 text-white')}
|
||||
<span class="hidden sm:block">
|
||||
Whatsapp
|
||||
</span>
|
||||
</a>
|
||||
</f:if>
|
||||
<f:if condition="{settings.faqPageUid}">
|
||||
<a href="{f:uri.typolink(parameter: settings.faqPageUid)}"
|
||||
class="button bg-button flex items-center space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user