add text inside Welcome page

This commit is contained in:
Dede Fuji Abdul
2023-10-27 16:01:02 +07:00
parent 09394dc483
commit 32cca709d9
3 changed files with 11 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const closeSideBar = () => menu.toggleSidebar()
<span v-if="menu.sidebarShowed" class="px-4 mt-4 text-sm font-semibold text-primary-800">
Menu
</span>
<div :class="[menu.sidebarShowed ? 'flex flex-col flex-grow overflow-y-auto' : 'hidden', '']">
<div :class="[menu.sidebarShowed ? 'flex flex-col flex-grow overflow-y-auto' : 'hidden']">
<div class="flex flex-col flex-grow mt-3">
<nav class="flex-1 px-2 pb-4 space-y-1">
<template v-for="item in menu.navigation" :key="item.name">