diff --git a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx
index 214966e7..4460be9b 100644
--- a/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx
+++ b/src/renderer/components/maps-playlists-panel/maps-playlists-panel.component.tsx
@@ -118,8 +118,8 @@ export function MapsPlaylistsPanel({ version, isActive }: Props) {
})();
return (
-
-
+ >
);
}
diff --git a/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx b/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx
index 8ff22d3d..7bd1b5e9 100644
--- a/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx
+++ b/src/renderer/components/shared/bs-content-tab-panel/bs-content-tab-item.component.tsx
@@ -25,13 +25,13 @@ export const BsContentTabItem: BsContentTabItemComponent = ({ text, icon: Icon,
}
return (
-
+
-
+
{t(text)}
{linkProps && (
-
+
-
+
+
{tabs.map((tab, i) => (
))}
-
-
)
diff --git a/src/renderer/components/shared/laser-slider.component.tsx b/src/renderer/components/shared/laser-slider.component.tsx
index ce35107a..bc2bea22 100644
--- a/src/renderer/components/shared/laser-slider.component.tsx
+++ b/src/renderer/components/shared/laser-slider.component.tsx
@@ -1,4 +1,5 @@
import { CSSProperties } from "react";
+import { cn } from "renderer/helpers/css-class.helpers";
type Props = Readonly<{
mode: "horizontal" | "vertical";
@@ -27,7 +28,7 @@ export function LaserSlider({mode, color, className, nbSteps, step}: Props) {
})();
return (
-