diff --git a/ts/components/dialog/OnionStatusPathDialog.tsx b/ts/components/dialog/OnionStatusPathDialog.tsx index b5b1d84ec..96c328a43 100644 --- a/ts/components/dialog/OnionStatusPathDialog.tsx +++ b/ts/components/dialog/OnionStatusPathDialog.tsx @@ -219,7 +219,7 @@ export const ActionPanelOnionStatusLight = (props: { const firstPathLength = useFirstOnionPathLength(); const isOnline = useIsOnline(); - const glowDuration = Number(THEME_GLOBALS['--duration-onion-status-glow']); // 10 + const glowDuration = Number(THEME_GLOBALS['--duration-onion-status-glow']); // 10 seconds // Set icon color based on result const errorColor = 'var(--button-path-error-color)';