Skip to content

Commit fdd7ff4

Browse files
authored
Merge pull request #93 from CrackCode-dev/nadeesha-backup3
fix/removed unnecessary button component in RecomendedChallenges.jsx
2 parents 0ea7ef9 + 2f5c87a commit fdd7ff4

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)