Skip to content

Commit

Permalink
Updated the Contribute Section's button
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhum-ika committed Oct 3, 2024
1 parent 3a32659 commit 34a0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Homepage/ContributeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ContributeSection: React.FC = () => {
<div className="mt-12">
<a
href="https://github.com/ajay-dhangar/algo"
className="inline-block px-8 py-4 bg-indigo-500 dark:bg-yellow-400 text-white dark:text-gray-900 rounded-full font-semibold transition hover:bg-indigo-600 dark:hover:bg-yellow-500"
className="inline-block px-8 py-4 bg-indigo-500 dark:bg-yellow-400 hover:text-white text-white dark:text-gray-900 rounded-full font-semibold transition hover:bg-indigo-600 dark:hover:bg-yellow-500"
>
Contribute on GitHub
</a>
Expand Down

0 comments on commit 34a0693

Please sign in to comment.