From 2f8216eb8021198f1d31356a9069f03155713748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=BChnel?= Date: Mon, 3 Jun 2024 21:20:12 +0200 Subject: [PATCH] feat(Constants): update grid pole icon --- TeslaSolarCharger/Shared/Resources/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeslaSolarCharger/Shared/Resources/Constants.cs b/TeslaSolarCharger/Shared/Resources/Constants.cs index bfd9e6541..316eb4bd3 100644 --- a/TeslaSolarCharger/Shared/Resources/Constants.cs +++ b/TeslaSolarCharger/Shared/Resources/Constants.cs @@ -26,5 +26,5 @@ public class Constants : IConstants public int MaxTokenUnauthorizedCount => 5; public int ChargingDetailsAddTriggerEveryXSeconds => 59; - public string GridPoleIcon => "power-pole"; + public string GridPoleIcon => "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n"; }