Skip to content

Commit

Permalink
Merge pull request #763 from threefoldtech/development_playground_exp…
Browse files Browse the repository at this point in the history
…erimental

Add a banner to new Playground to signal it is experimental
  • Loading branch information
AhmedHanafy725 authored Jul 11, 2023
2 parents 6f383a7 + d52b3fa commit 1104831
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/playground/src/components/disclaimer_toolbar.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<template>
<v-card v-if="network !== 'main' && nw !== 'main'">
<v-card>
<v-card-title class="font-weight-bold">Disclaimer</v-card-title>
<v-card-text>
<v-card-text v-if="network !== 'main' && nw !== 'main'">
This is {{ nw }} environment. We're still ironing out the kinks. If there are any issues, please let us know
<a class="app-link" href="https://github.com/threefoldtech/test_feedback/issues" target="_blank">here.</a>
</v-card-text>
<v-card-text v-else>
<v-icon>mdi-information</v-icon>
This version of the Playground is experimental. Please get in touch with any issues.
</v-card-text>
</v-card>
</template>

Expand Down

0 comments on commit 1104831

Please sign in to comment.