Skip to content

Commit

Permalink
Update AppBanner.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
willyogo authored Dec 2, 2024
1 parent dd5bcd6 commit 2b4de27
Showing 1 changed file with 2 additions and 2 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 1 from Oct 31 - Nov 30 on the
Claim $SPACE Drop 2 from Dec 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/halloween-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

0 comments on commit 2b4de27

Please sign in to comment.