diff --git a/src/components/header/Header.tsx b/src/components/header/Header.tsx
index 32fd19e..a5578df 100644
--- a/src/components/header/Header.tsx
+++ b/src/components/header/Header.tsx
@@ -18,7 +18,8 @@ const Header = () => (
{" "}
Documentation
@@ -27,7 +28,8 @@ const Header = () => (
Github
diff --git a/src/pages/calibrate/CalibratePin.scss b/src/pages/calibrate/CalibratePin.scss
index c4a5b8b..3ccd494 100644
--- a/src/pages/calibrate/CalibratePin.scss
+++ b/src/pages/calibrate/CalibratePin.scss
@@ -1,23 +1,22 @@
-
.calibratePin {
- .badge {
- font-size: 14px;
- font-weight: bold;
- padding: 12px;
- border-radius: var(--bs-border-radius);
- height: 100%;
- width: 100px;
- background-color: rgb(var(--bs-secondary-rgb));
- color: white;
- }
+ .badge {
+ font-size: 14px;
+ font-weight: bold;
+ padding: 12px;
+ border-radius: var(--bs-border-radius);
+ height: 100%;
+ width: 100px;
+ background-color: rgb(var(--bs-secondary-rgb));
+ color: white;
+ }
- .badgeTriggered {
- background-color: rgb(var(--bs-danger-rgb));
- color: white;
- }
+ .badgeTriggered {
+ background-color: rgb(var(--bs-danger-rgb));
+ color: white;
+ }
- .badgeInactive {
- background-color: rgb(var(--bs-success-rgb));
- color: white;
- }
-}
\ No newline at end of file
+ .badgeInactive {
+ background-color: rgb(var(--bs-success-rgb));
+ color: white;
+ }
+}