summaryrefslogblamecommitdiffstatshomepage
path: root/frontend/src/lib/components/RefreshButton.svelte
blob: afab6402d3dff8e54872ae2ae0001daa519d091b (plain) (tree)
1
2
3


                                                                
<button class="btn-blue" title="Refresh" on:click>
	<span class="icon-base icon-[material-symbols--sync]" />
</button>