Skip to content

Commit

Permalink
update version info (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit authored Nov 9, 2023
1 parent 15146d1 commit 0a79d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/AppBar/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<div class="app-logo">
<template v-if="display.mdAndUp.value">
<v-img src="/kyverno-logo.png" />
<v-chip size="small" style="position: absolute; bottom: 12px; right: -80px">v1.11-beta</v-chip>
<v-chip size="small" style="position: absolute; bottom: 12px; right: -80px">v1.11-rc</v-chip>
</template>
<template v-if="display.smAndDown.value">
<v-img src="/favicon.png" width="80" />
<v-chip size="small" style="position: absolute; bottom: 16px; left: 80px">Kyverno v1.11-beta</v-chip>
<v-chip size="small" style="position: absolute; bottom: 16px; left: 80px">Kyverno v1.11-rc</v-chip>
</template>
</div>
<template v-slot:append>
Expand Down

0 comments on commit 0a79d84

Please sign in to comment.