We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b794b commit 720ad9fCopy full SHA for 720ad9f
client/src/components/SponsorBtn.jsx
@@ -9,7 +9,12 @@ function SponsorBtn(){
9
return (
10
<div className="flex items-center justify-center mt-3 cursor-pointer border-b border-dotted pb-2">
11
<img src={sponsorImg} className="h-5 w-5 rounded"></img>
12
- <h1 className="text-white pl-1 cursor-pointer font-sans" onClick={clickHandler}>Sponsor</h1>
+ <h1
13
+ className="text-white hover:text-emerald-300 pl-1 cursor-pointer font-sans"
14
+ onClick={clickHandler}
15
+ >
16
+ Sponsor
17
+ </h1>
18
</div>
19
);
20
}
0 commit comments