From 1ebe5ca3e406033602733c83fb5f45f3627fd571 Mon Sep 17 00:00:00 2001 From: matth-x <63792403+matth-x@users.noreply.github.com> Date: Sun, 22 Oct 2023 21:43:18 +0200 Subject: [PATCH] change to OCA-OCPP logo --- src/components/blocks/configuration/Ocpp.svelte | 2 +- src/lib/icons/icons.js | 8 ++++---- src/routes/Configuration.svelte | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/blocks/configuration/Ocpp.svelte b/src/components/blocks/configuration/Ocpp.svelte index cc0cafe2..158490d5 100644 --- a/src/components/blocks/configuration/Ocpp.svelte +++ b/src/components/blocks/configuration/Ocpp.svelte @@ -71,7 +71,7 @@ {#if mounted} - +
diff --git a/src/lib/icons/icons.js b/src/lib/icons/icons.js index c6835c65..05a7bee2 100644 --- a/src/lib/icons/icons.js +++ b/src/lib/icons/icons.js @@ -106,10 +106,10 @@ width: 24, height: 24, }); - addIcon('custom:arduinoocpp', { - body: '', - width: 512, - height: 512, + addIcon('custom:ocpp', { + body: '', + width: 48, + height: 48, }); addIcon('ic:outline-save-alt', { body: '', diff --git a/src/routes/Configuration.svelte b/src/routes/Configuration.svelte index e12095d3..5661a3b3 100644 --- a/src/routes/Configuration.svelte +++ b/src/routes/Configuration.svelte @@ -21,7 +21,7 @@ - +