From 959b32de1c6fc74bec585630b3025babc1a8edc4 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 16 Jan 2021 20:48:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20new=20UsersEmptyState?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #12 --- src/components/UsersEmptyState.svelte | 2 ++ src/components/users_empty.svg | 1 + 2 files changed, 3 insertions(+) create mode 100644 src/components/users_empty.svg diff --git a/src/components/UsersEmptyState.svelte b/src/components/UsersEmptyState.svelte index a4bd3ba7..9229ec8d 100644 --- a/src/components/UsersEmptyState.svelte +++ b/src/components/UsersEmptyState.svelte @@ -1,11 +1,13 @@

+ There are no users added yet.
Add your first user

diff --git a/src/components/users_empty.svg b/src/components/users_empty.svg new file mode 100644 index 00000000..c387dd47 --- /dev/null +++ b/src/components/users_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file