13 lines
387 B
Svelte
13 lines
387 B
Svelte
<button class="btn compact dull text-4xl">
|
|
<img
|
|
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/4a82e0c815624c7786ca2a5addbcc74487da8940_group_8__2_.svg"
|
|
class="h-12"
|
|
alt=""
|
|
/>Go back
|
|
<i class="nf nf-md-keyboard_backspace"></i>
|
|
</button>
|
|
<div>
|
|
<button class="btn compact dull circular text-4xl" aria-label="Settings">
|
|
<i class="nf nf-seti-config"></i>
|
|
</button>
|
|
</div>
|