Skip to content

Commit

Permalink
Update the banner to point to previous.mi.org! (#415)
Browse files Browse the repository at this point in the history
Should just show the regular text when running as production, and show
BETA or DEV when it's running as beta.mi.org or dev.mi.org
  • Loading branch information
kevinschaper authored Oct 19, 2023
1 parent 8bba242 commit adbe31a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<template v-else>
<TheBanner>
This web app is the
<strong v-if="apiName === 'v3'">BETA VERSION</strong
><strong v-if="apiName === 'beta'">BETA VERSION</strong
<strong v-if="apiName === 'beta'">BETA VERSION</strong
><strong v-if="apiName === 'dev'">DEV VERSION</strong> successor to the
<AppLink to="https://monarchinitiative.org/">old web app here</AppLink>.
Not all features are implemented yet. Please use the feedback form to tell
us what you think!
<AppLink to="https://previous.monarchinitiative.org/"
>old web app here</AppLink
>. Not all features are implemented yet. Please use the feedback form to
tell us what you think!
</TheBanner>

<TheHeader />
Expand Down

0 comments on commit adbe31a

Please sign in to comment.