12
src/components/donors/DonorsEmptyState.svelte
Normal file
12
src/components/donors/DonorsEmptyState.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
import { _ } from "svelte-i18n";
|
||||
import donors_empty from "./donors_empty.svg";
|
||||
</script>
|
||||
|
||||
<div class="text-center items-center justify-center">
|
||||
<p class="mb-16 text-lg text-gray-500">
|
||||
<img class="w-full h-44" src={donors_empty} alt="" />
|
||||
<span class="font-bold">there are no donors yet</span><br />
|
||||
<span>add your first donor</span>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user