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 @@ - +