🏷️ Search for custom tailnet name offers with keywords.

chore: make changing the interval more obvious

Chloe 9b4334e1 d8b12677

+10 -1
+10 -1
entrypoints/popup/components/StatusControls.tsx
··· 168 168 : timer !== null 169 169 ? `${timer} second${timer === 1 ? '' : 's'}` 170 170 : `a few second${timer === 1 ? '' : 's'}`} 171 - . 171 + .{' '} 172 + <button 173 + type="button" 174 + className="text-subtext font-semibold hover:opacity-80 hover:underline text-xs" 175 + onClick={settings.open} 176 + aria-label="Configure interval in settings" 177 + tabIndex={0} 178 + > 179 + [Configure the interval] 180 + </button> 172 181 </p> 173 182 </div> 174 183 </div>