Skip to content

Commit

Permalink
Merge pull request #21 from Nounspace/Space-Drop-1
Browse files Browse the repository at this point in the history
Space Drop 1
  • Loading branch information
willyogo authored Oct 31, 2024
2 parents 4e3454f + bf5c52b commit 8976543
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/common/AppBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<router-link :to="{ name: 'app-mainnet-users' }">
<div class="app-banner__btn">
<p class="app-banner__text">
$SPACE Drop 0 is LIVE!
Claim $SPACE Drop 1 from Oct 31 - Nov 30 on the
<router-link :to="{ name: 'app-mainnet-users' }" class="app-banner-inline-link">
Claim now 🚀
Users Tab 🚀
</router-link>
</p>
</div>
Expand All @@ -30,7 +30,7 @@
}
.app-banner__btn {
background: url('/branding/space-banner.png') no-repeat center center;
background: url('/branding/halloween-banner.png') no-repeat center center;
background-size: cover;
font-size: 1.5rem;
font-weight: 700;
Expand Down
2 changes: 1 addition & 1 deletion src/localization/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"available-to-claim-title": "Available to claim",
"claim-btn": "Claim SPACE",
"dashboard-description--0": "Upon withdrawal, deposited stETH will be returned to your address on Ethereum Mainnet.",
"dashboard-note--0": "Note: $SPACE claiming opens on September 12th at 1:11pm UTC, and claimed tokens are minted on Base Network."
"dashboard-note--0": "Upon claiming, $SPACE is minted on Base to the address specified."
}
},
"info-dashboard": {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/HomePage/components/TextBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<p class="text-bar__subtitle">20% of $SPACE emissions are allocated to nounspace users</p>
</div>
<div class="text-bar__description-wrp">
<p class="container-description">📢 $SPACE Drop 0 claims open at 1:11pm UTC on September 12! Check your eligibility and claim from the Fidget below.</p>
<p class="container-description">$SPACE Tips launch on September 19th. Mint nOGs and hold at least 11,111 $SPACE to activate your tip allowance.</p>
<p class="container-description">📢 $SPACE Drop 1 claims open on October 31! Check your eligibility and claim from the Fidget below by November 30.</p>
<p class="container-description">$SPACE Tips are live! Mint nOGs and hold at least 11,111 $SPACE to activate your tip allowance.</p>
<p class="container-description">
More ways to earn $SPACE are coming soon! Have an idea for distributing $SPACE to nounspace users?
<a href="https://app.charmverse.io/nounspace/governance-process-03537464653772093" target="_blank">Make a proposal</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/HomePage/views/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Button Section -->
<div class="button-container">
<SpaceButton
title="Check or Claim $SPACE Drop 0"
title="Check or Claim $SPACE Drop 1"
buttonClass="space-drop-button"
@click="isClaimSpaceModalShown = true"
/>
Expand Down

0 comments on commit 8976543

Please sign in to comment.