Skip to content

Commit

Permalink
chore: update kyverno version in appbar
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
Frank Jogeleit committed Sep 22, 2023
1 parent b6535e4 commit 7454345
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: -55px">v1.10</v-chip>
<v-chip size="small" style="position: absolute; bottom: 12px; right: -55px">v1.11</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.10</v-chip>
<v-chip size="small" style="position: absolute; bottom: 16px; left: 80px">Kyverno v1.11</v-chip>
</template>
</div>
<template v-slot:append>
Expand Down

0 comments on commit 7454345

Please sign in to comment.