File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const backgroundWrapper = style({
1212 position : "relative" ,
1313 width : "100%" ,
1414 height : "100%" ,
15- backgroundImage : "url(\"/images/login-background.png \")" ,
15+ backgroundImage : "url(\"/images/login-background.webp \")" ,
1616 backgroundSize : "cover" ,
1717 backgroundRepeat : "no-repeat" ,
1818 backgroundPosition : "center" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { redirectToKakaoOAuthLoginPage } from "@/app/(auth)/_api/auth/auth.api";
77import KakaoLogoIcon from "@/assets/kakao-logo.svg" ;
88import KoreanOrangeLogo from "@/assets/korean-orange-logo.svg" ;
99import { Button } from "@/components/ui/Button" ;
10- import { SubGNB } from "@/components/ui/GNB/SubGNB " ;
10+ import { GNB } from "@/components/ui/GNB" ;
1111import { TextButton } from "@/components/ui/TextButton" ;
1212
1313import * as styles from "./_styles/Login.css" ;
@@ -22,7 +22,7 @@ export default function LoginPage() {
2222 return (
2323 < main className = { styles . wrapper } >
2424 < div className = { styles . backgroundWrapper } >
25- < SubGNB
25+ < GNB
2626 align = 'left'
2727 background = 'transparent'
2828 rightAddon = {
You can’t perform that action at this time.
0 commit comments