Skip to content

Commit 824c895

Browse files
committed
Remove cn where not needed
1 parent 7f9b9df commit 824c895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Login/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Login() {
5050
src="/images/logo-text-horizontal-grey.png"
5151
alt="Nginx Proxy Manager"
5252
/>
53-
<div className={cn("d-flex", "align-items-center", "gap-1")}>
53+
<div className="d-flex align-items-center gap-1">
5454
<LocalePicker />
5555
<ThemeSwitcher />
5656
</div>

0 commit comments

Comments
 (0)