File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export default function LandingPage() {
273273 src = { slides [ currentSlide ] . blackAreaImage || "" }
274274 alt = { slides [ currentSlide ] . blackAreaTitle || "" }
275275 fill
276- className = "object-contain transition-transform duration-500 hover:scale-105 "
276+ className = "object-contain transition-transform duration-500"
277277 sizes = "(max-width: 768px) 100vw, 600px"
278278 />
279279 </ div >
@@ -488,7 +488,7 @@ export default function LandingPage() {
488488 src = { slides [ currentSlide ] . image }
489489 alt = { slides [ currentSlide ] . title }
490490 fill
491- className = "object-contain transition-transform duration-500 hover:scale-105 "
491+ className = "object-contain transition-transform duration-500"
492492 sizes = "(max-width: 768px) 100vw, 600px"
493493 />
494494 </ div >
Original file line number Diff line number Diff line change @@ -27,16 +27,22 @@ export default function Header() {
2727 < div className = "flex items-center gap-4 md:gap-6" >
2828 < Link
2929 href = "/work-list"
30- className = "text-sm text-white transition-colors hover:text-lime-400 md:text-base lg:text-lg"
30+ className = "text-sm text-white transition-colors hover:text-primary-orange-300 md:text-base lg:text-lg"
3131 >
3232 워크 채널
3333 </ Link >
3434 < Link
3535 href = "/work-talk"
36- className = "text-sm text-white transition-colors hover:text-lime-400 md:text-base lg:text-lg"
36+ className = "text-sm text-white transition-colors hover:text-primary-orange-300 md:text-base lg:text-lg"
3737 >
3838 워크톡
3939 </ Link >
40+ < Link
41+ href = "/login"
42+ className = "text-sm text-white transition-colors hover:text-primary-orange-300 md:text-base lg:text-lg"
43+ >
44+ 로그인
45+ </ Link >
4046 </ div >
4147 </ nav >
4248 </ header >
You can’t perform that action at this time.
0 commit comments