We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e5d0b commit 05ba438Copy full SHA for 05ba438
frontend/src/App.vue
@@ -9,10 +9,6 @@
9
</template>
10
11
<template v-else-if="route.matched.length">
12
- <TheBanner v-if="apiName !== 'local'">
13
- This repository is under review for potential modification in compliance
14
- with Administration directives.
15
- </TheBanner>
16
<TheBanner v-if="apiName !== 'prod'">
17
This web app is the
18
<strong v-if="apiName === 'local'">LOCAL VERSION</strong>
0 commit comments