Added basic overview with emptystate

ref #79
This commit is contained in:
2021-02-24 19:25:31 +01:00
parent ad638e8bc8
commit f1ceef05fc
4 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<script>
import { _ } from "svelte-i18n";
import donations_empty from "./donations.svg";
</script>
<div class="text-center items-center justify-center">
<p class="mb-16 text-lg text-gray-500">
<img class="w-full" style="height:15rem" src={donations_empty} alt="" />
<span class="font-bold">There are no donations yet</span><br />
<span>add your fist donation</span>
</p>
</div>