Skip to content

Commit fb3ae06

Browse files
committed
delete residue files
1 parent 28dbe75 commit fb3ae06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ResourcesFooter.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,14 @@ function FooterTop() {
278278
<div className="flex items-center mx-auto mt-4 gap-5">
279279
<button
280280
type="button"
281-
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"
281+
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"
282282
>
283283
Explore Resources
284284
</button>
285285

286286
<button
287287
type="button"
288-
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"
288+
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"
289289
>
290290
Become a contributor
291291
</button>

0 commit comments

Comments
 (0)