9 lines
477 B
Plaintext
9 lines
477 B
Plaintext
{{#links}}
|
|
<button class="{{classnavbutton}} btn btn-ghost btn-sm flex flex-col items-center" onclick="apx.simplemobnav.action('{{id}}','{{link}}','{{action}}','{{wconame}}');">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="{{d}}"/></svg>
|
|
<span class="text-xs">{{{shortlabel}}}</span>
|
|
</button>
|
|
{{/links}}
|
|
|
|
|