File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function CTASection({ router }) {
1717 </ div >
1818 < div className = 'flex flex-row mt-32 mb-96 mobile:mb-60 w-full justify-center items-center space-x-3' >
1919 < Button
20- onPress = { ( ) => router . push ( '/recruit' ) }
20+ onPress = { ( ) => router . push ( '/recruit/member ' ) }
2121 radius = 'full'
2222 className = 'w-64 max-w-full h-14 mobile:w-40 mobile:h-12 mobile:text-2xl bg-gradient-to-r from-red to-yellow text-white text-3xl relative group'
2323 >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default function HeroSection({ router }) {
100100 </ p >
101101 </ div >
102102 < Button
103- onPress = { ( ) => router . push ( '/recruit' ) }
103+ onPress = { ( ) => router . push ( '/recruit/member ' ) }
104104 radius = "full"
105105 ref = { buttonRef }
106106 className = "opacity-0 mt-[41px] w-60 h-16 mobile:w-40 mobile:h-14 mobile:text-2xl bg-gradient-to-r from-red to-yellow text-white text-3xl relative group"
You can’t perform that action at this time.
0 commit comments