12 lines
422 B
HTML
12 lines
422 B
HTML
|
|
{{define "contact-button"}}
|
||
|
|
<!-- Contact Button (Fixed Left) -->
|
||
|
|
<button
|
||
|
|
id="contact-button"
|
||
|
|
class="fixed-btn contact-btn no-print has-tooltip"
|
||
|
|
onclick="document.getElementById('contact-modal').showModal()"
|
||
|
|
aria-label="{{.UI.Widgets.Contact.AriaLabel}}"
|
||
|
|
data-tooltip="{{.UI.Widgets.Contact.Tooltip}}">
|
||
|
|
<iconify-icon icon="mdi:email-outline" width="28" height="28"></iconify-icon>
|
||
|
|
</button>
|
||
|
|
{{end}}
|