Skip to content

Commit

Permalink
refactor(layout): show icons if menubar is collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jul 20, 2024
1 parent afffe5f commit 5df6262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ onMounted(() => {
<img class="m-6 w-8" src="/primevue-logo.webp" alt="PrimeVue">
<img class="m-6 w-8" src="/nuxt-logo.svg" alt="Nuxt">
</div>
<div v-else>
<img class="ml-5 mt-2 w-6" src="/primevue-logo.webp" alt="PrimeVue">
<img class="ml-5 mt-2 w-6" src="/nuxt-logo.svg" alt="Nuxt">
</div>
</template>
<template #footer>
<div class="m-2 ml-5 text-color-[var(--p-primary-color)]">
Expand Down

0 comments on commit 5df6262

Please sign in to comment.