Skip to content

Commit

Permalink
chore(dapp): remove gg20 banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed May 7, 2024
1 parent 1b7df74 commit ee28616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dapp/src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Banner() {
return (
<div className="bg-pink-200 text-center dark:bg-navy-blue-800">
<div className="container mx-auto px-4">
<p>
{/* <p>
Support Masca on{' '}
<Link
className="animate-pulse"
Expand All @@ -14,7 +14,7 @@ export default function Banner() {
Gitcoin Grants
</Link>
!
</p>
</p> */}
</div>
</div>
);
Expand Down

0 comments on commit ee28616

Please sign in to comment.