fix: specify seconds in onion status glow duration comment

pull/3083/head
William Grant 10 months ago
parent 3b90d7d1d1
commit d7a874d0fb

@ -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)';

Loading…
Cancel
Save