Skip to content

Commit

Permalink
delete residue files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ase020 committed Nov 14, 2024
1 parent 28dbe75 commit fb3ae06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ResourcesFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,14 @@ function FooterTop() {
<div className="flex items-center mx-auto mt-4 gap-5">
<button
type="button"
className="bg-green-dark text-white rounded border border-green-dark px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-transparent hover:text-green-dark"
className="bg-green-dark text-white text-sm font-light rounded border border-green-dark px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-transparent hover:text-green-dark"
>
Explore Resources
</button>

<button
type="button"
className="bg-transparent text-white rounded border px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-green-dark hover:text-white"
className="bg-transparent text-white text-sm font-light rounded border px-3 py-2 transition-colors duration-300 ease-in-out hover:bg-green-dark hover:text-white"
>
Become a contributor
</button>
Expand Down

0 comments on commit fb3ae06

Please sign in to comment.