Skip to content

Commit

Permalink
Add banner
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianH committed Sep 1, 2023
1 parent dcb33bd commit 7ceda58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@
</g>
</svg>
<v-main>
<v-alert
v-model="alert"
border="left"
close-text="Close"
class="ma-4"
dark
dismissible
>
Welcome to Div3 ! The new name of CasperHolders 🌊
We're currently rebranding the whole project under this new name.
</v-alert>
<v-container class="app__wrapper container__small">
<v-alert
v-if="impersonatePublicKey"
Expand Down Expand Up @@ -223,6 +234,7 @@ export default {
mdiIncognito,
mdiEmail,
mdiFrequentlyAskedQuestions,
alert: true,
}),
computed: {
...mapState(['signerType', 'impersonatePublicKey']),
Expand Down

0 comments on commit 7ceda58

Please sign in to comment.