From cc14562edda4395df812f8398558675b4d974593 Mon Sep 17 00:00:00 2001 From: Hachi-R Date: Sun, 16 Feb 2025 17:52:28 -0300 Subject: [PATCH] fix: add space in Torbox tab label --- src/renderer/src/pages/settings/settings.tsx | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/renderer/src/pages/settings/settings.tsx b/src/renderer/src/pages/settings/settings.tsx index 9c66aa6a..dc0fef2b 100644 --- a/src/renderer/src/pages/settings/settings.tsx +++ b/src/renderer/src/pages/settings/settings.tsx @@ -36,20 +36,20 @@ export default function Settings() { }, ...(isTorboxEnabled ? [ - { - tabLabel: ( - <> - TorBox - Torbox - - ), - contentTitle: "TorBox", - }, - ] + { + tabLabel: ( + <> + TorBox{" "} + Torbox + + ), + contentTitle: "TorBox", + }, + ] : []), { tabLabel: "Real-Debrid", contentTitle: "Real-Debrid" }, ];