Skip to content

Commit

Permalink
Update src/components/TabsBar/TabsBar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnabdaz authored Jan 16, 2024
1 parent a337cb2 commit fa1d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabsBar/TabsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
+
</button>
<button class="tabsbar-toggle" @click="toggleHeight">
<v-icon>{{ showMaxHeight ? 'mdi-chevron-down' : 'mdi-chevron-up' }}</v-icon>
<i :class="showMaxHeight ? 'fa fa-chevron-down' : 'fa fa-chevron-up'"></i>
</button>
</div>
<!-- <MessageBox
Expand Down

0 comments on commit fa1d815

Please sign in to comment.