Skip to content

Commit

Permalink
Update Hero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 31, 2024
1 parent 06c1259 commit 01add2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Programming offers these students, especially those from indigent backgrounds, a
<Link href="/applications">
<CustomButton
title=" Student Application "
containerStyles="bg-primary-blue border-4 border-primary-blue
text-white rounded-full mt-10 py-4 "
containerStyles="bg-emerald-500 text-white px-6 py-3 rounded-lg text-lg font-semibold hover:bg-emerald-600 "
handleClick={handleScroll}
/>
</Link>
Expand Down

0 comments on commit 01add2f

Please sign in to comment.