Skip to content

Commit

Permalink
remove-infobanner (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrio123 committed Apr 23, 2024
2 parents 0e82c6c + ff5ebe5 commit 144fcc7
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions src/components/_pages/PageHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,22 +294,15 @@ export const PageHome = () => {
const loading = isFetching || isRefetching || isLoading
return (
<LayoutWithSidebar>
<InfoBanner
text={
<Link href="/snapshot" passHref>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
style={{
textDecoration: "underline",
color: "inherit",
}}
>
Unlock RedStone RSG Points: Act Now Before They're Gone!
</a>
</Link>
}
/>

{/*
<InfoBanner
text={
"A new SOMM incentive proposal for Real Yield ETH on Arbitrum is progressing through governance. If it passes, rewards will begin on March 17."
"New incentive programs for Real Yield ETH (on Ethereum) Real Yield BTC and Real Yield USD (on Arbitrum) are progressing through governance. If they pass, rewards will begin flowing on March 24"
}
/>
}
*/}
{/* <HStack
p={4}
mb={6}
Expand Down

0 comments on commit 144fcc7

Please sign in to comment.