Skip to content

Commit

Permalink
Add $SPACE Drop 3
Browse files Browse the repository at this point in the history
  • Loading branch information
willyogo committed Jan 3, 2025
1 parent b6d6828 commit 80ef30f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/common/AppBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<router-link :to="{ name: 'app-mainnet-users' }">
<div class="app-banner__btn">
<p class="app-banner__text">
Claim $SPACE Drop 2 from Dec 1 - 31 on the
Claim $SPACE Drop 3 from Jan 1 - 31 on the
<router-link :to="{ name: 'app-mainnet-users' }" class="app-banner-inline-link">
Users Tab 🚀
</router-link>
Expand All @@ -30,7 +30,7 @@
}
.app-banner__btn {
background: url('/branding/december-banner.png') no-repeat center center;
background: url('/branding/january-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/200f07fc-07f6-46e0-8570-30bfa17445e0" frameborder="0" class="full-size-iframe"></iframe>
<iframe src="https://app.hedgey.finance/claim/a3db2de0-df44-4ec2-81bd-0d2240666454" frameborder="0" class="full-size-iframe"></iframe>
</template>
</iframe-modal>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/HomePage/components/TextBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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 2 claims open on December 1! Check your eligibility and claim from the Fidget below by December 31.</p>
<p class="container-description">📢 $SPACE Drop 3 claims open on January 1! Check your eligibility and claim by January 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?
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 2"
title="Check or Claim $SPACE Drop 3"
buttonClass="space-drop-button"
@click="isClaimSpaceModalShown = true"
/>
Expand Down
Binary file added static/branding/january-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 80ef30f

Please sign in to comment.