mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-14 12:49:57 +00:00
add about setting
This commit is contained in:
@@ -27,7 +27,7 @@ export default function FancyToggleSwitch({
|
||||
dataCy,
|
||||
className,
|
||||
labelClassName,
|
||||
textWrapperClassName = "max-w-sm",
|
||||
textWrapperClassName = "max-w-md",
|
||||
}: Readonly<Props>) {
|
||||
const handleToggle = () => {
|
||||
if (disabled) return;
|
||||
|
||||
Reference in New Issue
Block a user