Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Nounspace/space-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sktbrd committed Dec 4, 2024
2 parents 407dd02 + 282c169 commit 47eebfa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 2 from Dec 1 - 31 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/december-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/common/modals/compositions/ClaimSpaceModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@update:is-shown="emit('update:is-shown', $event)"
>
<template #default="{ modal }">
<iframe src="https://app.hedgey.finance/claim/1da6c50a-badd-44d2-a005-00a89409ead6" frameborder="0" class="full-size-iframe"></iframe>
<iframe src="https://app.hedgey.finance/claim/200f07fc-07f6-46e0-8570-30bfa17445e0" frameborder="0" class="full-size-iframe"></iframe>
</template>
</iframe-modal>
</template>
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 2 claims open on December 1! Check your eligibility and claim from the Fidget below by December 31.</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 @@ -6,7 +6,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
Binary file added static/branding/december-banner.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 added static/branding/halloween-banner.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 47eebfa

Please sign in to comment.