Skip to content

Commit

Permalink
chore: align version chip (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
fjogeleit authored Sep 22, 2023
1 parent c483f00 commit 7c82e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AppBar/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.11-beta</v-chip>
<v-chip size="small" style="position: absolute; bottom: 12px; right: -80px">v1.11-beta</v-chip>
</template>
<template v-if="display.smAndDown.value">
<v-img src="/favicon.png" width="80" />
Expand Down

0 comments on commit 7c82e63

Please sign in to comment.