Skip to content

Commit

Permalink
ui: remove extra space in menu footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Sep 2, 2022
1 parent d33f1ea commit 44361f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/app/templates/components/gutter-menu.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@
{{#if this.system.agent.version}}
<footer class="gutter-footer">
<span class="is-faded">
v
{{this.system.agent.version}}
v{{this.system.agent.version}}
</span>
</footer>
{{/if}}
Expand Down

0 comments on commit 44361f7

Please sign in to comment.