init
This commit is contained in:
commit
b8e463b000
31 changed files with 2230 additions and 0 deletions
7
src/lib/Checked.svelte
Normal file
7
src/lib/Checked.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="w-[40px] bg-gray-800">
|
||||
<img
|
||||
src="/check.svg"
|
||||
class="size-[40px] min-w-[40px] border-2 border-[var(--w-green)] dark:border-[var(--b-green)]"
|
||||
alt="data loaded"
|
||||
/>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue