소스 검색

Remove cn where not needed

7heMech 1 개월 전
부모
커밋
824c895f52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Login/index.tsx

+ 1 - 1
frontend/src/pages/Login/index.tsx

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