Skip to content

Commit

Permalink
fix code conflict in layout (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongwl authored Nov 10, 2023
1 parent f1fc9a2 commit ddffd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyuubi-server/web-ui/src/layout/components/aside/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header>
<img v-if="!isCollapse" src="@/assets/images/kyuubi-logo.svg" />
<img v-else class="collapsed-logo" src="@/assets/images/kyuubi.png" />
<pre v-if="!isCollapse">{{ version }}</pre>
<span v-if="!isCollapse">{{ version }}</span>
</header>
<c-menu :is-collapse="isCollapse" :active-path="activePath" :menus="menus" />
</template>
Expand Down

0 comments on commit ddffd19

Please sign in to comment.