From e8e3ddceff08e9b3b024da8e6b534a86b35f6f39 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 10 Mar 2021 18:12:04 +0100 Subject: [PATCH] =?UTF-8?q?Added=20icon=20=F0=9F=96=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #93 --- src/components/dashboard/Dashboard.svelte | 6 ++---- src/components/scanstations/AddScanStationModal.svelte | 2 +- .../scanstations/ConfirmScanStationDeletion.svelte | 2 +- src/components/scanstations/ScanStationDetail.svelte | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte index edf3b2a6..f095e11c 100644 --- a/src/components/dashboard/Dashboard.svelte +++ b/src/components/dashboard/Dashboard.svelte @@ -197,10 +197,8 @@ fill="currentColor" width="24" height="24" - xmlns="http://www.w3.org/2000/svg" - viewBox="0 0 640 512"> + viewBox="0 0 24 24" + xmlns="http://www.w3.org/2000/svg"> {$_('scanstations')} {/if} diff --git a/src/components/scanstations/AddScanStationModal.svelte b/src/components/scanstations/AddScanStationModal.svelte index 1d068ff0..921fbcbd 100644 --- a/src/components/scanstations/AddScanStationModal.svelte +++ b/src/components/scanstations/AddScanStationModal.svelte @@ -107,7 +107,7 @@ width="24" height="24"> + d="M4 5v11h16V5H4zM2 4a1 1 0 011-1h18a1 1 0 011 1v14H2V4zM1 19h22v2H1v-2z" />

diff --git a/src/components/scanstations/ConfirmScanStationDeletion.svelte b/src/components/scanstations/ConfirmScanStationDeletion.svelte index 9dbd8b8e..450ee494 100644 --- a/src/components/scanstations/ConfirmScanStationDeletion.svelte +++ b/src/components/scanstations/ConfirmScanStationDeletion.svelte @@ -54,7 +54,7 @@
- +

diff --git a/src/components/scanstations/ScanStationDetail.svelte b/src/components/scanstations/ScanStationDetail.svelte index f8585749..64df533f 100644 --- a/src/components/scanstations/ScanStationDetail.svelte +++ b/src/components/scanstations/ScanStationDetail.svelte @@ -82,7 +82,7 @@ width="24" height="24"> + d="M4 5v11h16V5H4zM2 4a1 1 0 011-1h18a1 1 0 011 1v14H2V4zM1 19h22v2H1v-2z" />
  • {$_('scanstation')}