Skip to content

Commit

Permalink
Update banners
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphenized committed Mar 3, 2025
1 parent ef04377 commit ae1f3c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion background/services/redux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ export default class ReduxService extends BaseService<never> {
// fetch with uuid
const campaignData = {
dateFrom: "2025-02-21",
dateTo: "2025-02-28",
dateTo: "2025-03-28",
state: "eligible" as MezoClaimStatus,
}

Expand Down
15 changes: 5 additions & 10 deletions ui/components/Wallet/Banner/WalletCampaignBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,16 @@ export default function MezoWalletCampaignBanner({
})}
/>
<h2 className="serif_header">{claimStateBanners[state].title}</h2>
<p
style={{
// Text should wrap earlier in this banner
maxWidth: state === "claimed-sats" ? "200" : undefined,
}}
>
{claimStateBanners[state].body}
</p>
<p>{claimStateBanners[state].body}</p>
<SharedButton type="tertiary" size="medium" onClick={onClick}>
{claimStateBanners[state].action}
<SharedIcon
icon="[email protected]"
width={16}
color="var(--trophy-gold)"
style={{ marginLeft: 5, marginBottom: 4 }}
color="currentColor"
style={{
marginLeft: 4,
}}
/>
</SharedButton>
</div>
Expand Down
Binary file modified ui/public/images/mezo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/public/images/mezo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/public/images/mezo-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae1f3c5

Please sign in to comment.