From 006fb805332f12f3b78c4075396313d24a1cfad3 Mon Sep 17 00:00:00 2001 From: williamwoldum Date: Wed, 18 Jan 2023 19:38:23 +0100 Subject: [PATCH] Added celcius labels --- src/widgets/octoPrint/component.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/widgets/octoPrint/component.jsx b/src/widgets/octoPrint/component.jsx index 3fae7ee4..b58a5c95 100644 --- a/src/widgets/octoPrint/component.jsx +++ b/src/widgets/octoPrint/component.jsx @@ -47,8 +47,8 @@ export default function Component({ service }) { return ( - - + + ); @@ -57,8 +57,8 @@ export default function Component({ service }) { return ( - - + + ); }