12
src/components/groups/UserGroupsEmptyState.svelte
Normal file
12
src/components/groups/UserGroupsEmptyState.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
import { _ } from "svelte-i18n";
|
||||
import groups_empty from "./groups_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={groups_empty} alt="" />
|
||||
<span class="font-bold">There are no group added yet.</span><br />
|
||||
<span>Add your first group</span>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user