From fe8bb7c53fe5ca65fffbdd16384280caea45a6d1 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Fri, 11 Mar 2022 08:54:04 +0100 Subject: [PATCH] fix: kubernetes icon in cloud-native-azure theme is broken Signed-off-by: Tom Kerkhove --- themes/cloud-native-azure.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cloud-native-azure.omp.json b/themes/cloud-native-azure.omp.json index eb67f44b37ad..d6dbcc04a5bb 100644 --- a/themes/cloud-native-azure.omp.json +++ b/themes/cloud-native-azure.omp.json @@ -119,7 +119,7 @@ "foreground": "#000000", "leading_diamond": "\ue0b6", "properties": { - "template": " \uefd31 Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}} " + "template": " \ufd31 Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}} " }, "style": "diamond", "trailing_diamond": "\ue0b0",