Skip to content

Commit

Permalink
feat: M2-3749 Add a post-launch banner to all the pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorNesterenko99 authored and karser committed Nov 4, 2023
1 parent 88a046c commit c4405b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-app>
<Header />
<!--To show the Legacy Banner for the post-launch, change the is-pre-launch property to false-->
<LegacyBanner :is-pre-launch="true" />
<LegacyBanner :is-pre-launch="false" />
<v-content>
<v-container fluid>
<router-view />
Expand Down

0 comments on commit c4405b3

Please sign in to comment.