Skip to content

Commit 2f5c87a

Browse files
committed
fix/removed unnecessary button component in RecomendedChallenges.jsx
1 parent d5d3c3d commit 2f5c87a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crackcode/client/src/components/home/RecommendedChallenges.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ export default function RecommendedChallenges() {
211211
View All Recommendations
212212
<ArrowRight className='w-4 h-4' />
213213
</button> */}
214-
<Button variant='primary' size='md' icon={ArrowRight} iconPosition='right'>
214+
{/* <Button variant='primary' size='md' icon={ArrowRight} iconPosition='right'>
215215
View All Recommendations
216-
</Button>
216+
</Button> */}
217217
</div>
218218
</div>
219219
</div>

0 commit comments

Comments
 (0)