File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
components/product/landing Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2121.logo {
2222 width : 35px ;
2323 height : 35px ;
24+ cursor : pointer;
2425}
2526
2627.textlogo {
2728 width : 80px ;
2829 height : 22px ;
2930 margin-bottom : 6px ;
31+ cursor : pointer;
3032}
3133
3234.link-container {
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export default function NavBar() {
1010 < div className = { styles . navlogo_container } >
1111 < Link href = "/" >
1212 < Whitelogo className = { styles . logo } />
13+ < Whitetextlogo className = { styles . textlogo } />
1314 </ Link >
14- < Whitetextlogo className = { styles . textlogo } />
1515 </ div >
1616 < div className = { styles [ 'link-container' ] } >
1717 < Link href = "/signin" > 로그인</ Link >
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ export default function Home() {
1717 width : '100%' ,
1818 height : '100%' ,
1919 backgroundColor : 'var(--black)' ,
20+ maxWidth : '100vw' ,
21+ overflow : 'hidden' ,
2022 } }
2123 >
2224 < Header />
You can’t perform that action at this time.
0 commit comments