From fb509fabd874c986103184bc851bd8c7ee23c00b Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 16 Oct 2025 20:59:27 +0200 Subject: [PATCH] style(settings): add proper spacing around middot separator between version and commit --- src/components/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 402a4067..b0ea0cc4 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -180,7 +180,7 @@ const Settings: React.FC = ({ settings, onSave, onClose, relayPoo {typeof __GIT_COMMIT__ !== 'undefined' && __GIT_COMMIT__ ? ( - {' '}· + {' '}·{' '} {typeof __GIT_COMMIT_URL__ !== 'undefined' && __GIT_COMMIT_URL__ ? ( {__GIT_COMMIT__.slice(0, 7)}