Skip to content

Commit e495e94

Browse files
committed
docs(ds): improve showcase page and update landing links
1 parent 4383699 commit e495e94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/landing/CTASection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/components/landing/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)