mediawiki-skins-Citizen/templates/Share.mustache
alistair3149 0c3786c754
perf(share): ️ prerender the HTML for the share button
Instead of doing it in JS, just render it altogther in the HTML
2024-11-12 22:36:59 -05:00

8 lines
235 B
Plaintext

<button
id="citizen-share"
class="citizen-share citizen-button citizen-dropdown-summary"
title="{{msg-citizen-share}}"
>
<span class="citizen-ui-icon mw-ui-icon-wikimedia-share"></span>
<span>{{msg-citizen-share}}</span>
</button>