mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
improve settings ui (again)
This commit is contained in:
parent
77492061f5
commit
99b41dba19
11 changed files with 308 additions and 186 deletions
|
@ -24,7 +24,7 @@ import { DevsById } from "./constants";
|
|||
* Calls .join(" ") on the arguments
|
||||
* classes("one", "two") => "one two"
|
||||
*/
|
||||
export function classes(...classes: Array<string | null | undefined>) {
|
||||
export function classes(...classes: Array<string | null | undefined | false>) {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue