Feat: Add My E&P button to mobile navigation
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<p class="text-white uppercase mb-4">
|
||||
Wir können helfen!
|
||||
</p>
|
||||
<div class="grid grid-cols-3 gap-4">
|
||||
<div class="grid grid-cols-4 gap-x-2">
|
||||
<a href="tel:{settings.phoneNumber -> v:format.pregReplace(pattern: '/[\-\s]/', replacement: '')}"
|
||||
class="button bg-button flex items-center space-x-2"
|
||||
title="Anrufen"
|
||||
@@ -80,6 +80,16 @@
|
||||
</span>
|
||||
</a>
|
||||
</f:if>
|
||||
<f:if condition="{settings.myEpPageUid}">
|
||||
<f:link.typolink parameter="{settings.myEpPageUid}"
|
||||
class="button bg-button flex items-center space-x-2"
|
||||
title="My E&P">
|
||||
{ep:icon(icon: 'user', class: 'w-6 h-6 text-white')}
|
||||
<span class="hidden sm:block">
|
||||
My E&P
|
||||
</span>
|
||||
</f:link.typolink>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user