fix
Deploy banu-front / deploy (push) Successful in 1m27s

This commit is contained in:
sajjadtalkhabi
2026-07-07 17:36:43 +03:30
parent b9ef684b51
commit 38a396ba21
89 changed files with 1815 additions and 478 deletions
@@ -18,6 +18,7 @@
<SvgIcon :name="tab.icon" :size="22" color="#fff" />
</li>
</ul>
<SidebarLogout color="#fff" stacked />
</div>
</aside>
</template>
@@ -25,6 +26,7 @@
<script setup>
import { gallery } from '@/utils/gallery'
import SvgIcon from '@/components/icons/SvgIcon.vue'
import SidebarLogout from '@/layouts/sidebars/SidebarLogout.vue'
defineProps({
tabs: { type: Array, required: true },