Skip to content

Commit

Permalink
feat(frontend): add sponsorship
Browse files Browse the repository at this point in the history
refs #17
  • Loading branch information
jo-elimu committed Jun 30, 2024
1 parent 7286bfb commit 314b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/sponsorships/add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function WriteContractButton() {
const { writeContract } = useWriteContract();
return (
<button
className="p-8 text-2xl bg-purple-200 dark:bg-purple-950 rounded-lg border-purple-400 border-r-4 border-b-4 hover:border-r-8 hover:border-b-8 hover:-translate-y-1"
className="p-8 text-2xl bg-purple-200 dark:bg-purple-950 rounded-lg border-purple-400 border-r-4 border-b-4 hover:border-r-8 hover:border-b-8 hover:-translate-y-1 active:border-r-2 active:border-b-2"
onClick={() =>
writeContract({
abi,
Expand Down

0 comments on commit 314b15a

Please sign in to comment.