Format all files
This commit is contained in:
parent
27fefef081
commit
4d54a8b1f3
51 changed files with 267 additions and 266 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue