Format all files

This commit is contained in:
aronmal 2023-07-11 19:25:44 +02:00
parent 27fefef081
commit 4d54a8b1f3
Signed by: aronmal
GPG key ID: 816B7707426FC612
51 changed files with 267 additions and 266 deletions

View file

@ -37,7 +37,7 @@ function Setting({
state ? "text-blue-500" : "text-gray-800",
{
"bg-gray-300 ": state,
}
},
)}
size="3x"
icon={state ? faToggleLargeOn : faToggleLargeOff}
@ -53,7 +53,7 @@ function Setting({
[prop]: !state,
},
setSetting,
full
full,
)
}
hidden={true}