Remove cn where not needed

This commit is contained in:
7heMech
2025-11-13 12:47:01 +02:00
parent 7f9b9dfea4
commit 824c895f52

View File

@@ -50,7 +50,7 @@ export default function Login() {
src="/images/logo-text-horizontal-grey.png" src="/images/logo-text-horizontal-grey.png"
alt="Nginx Proxy Manager" alt="Nginx Proxy Manager"
/> />
<div className={cn("d-flex", "align-items-center", "gap-1")}> <div className="d-flex align-items-center gap-1">
<LocalePicker /> <LocalePicker />
<ThemeSwitcher /> <ThemeSwitcher />
</div> </div>