feat: Implement initial application layout, header, course discovery, and dashboard pages with Thai localization.
This commit is contained in:
parent
0fc67bf9c3
commit
38969c7169
5 changed files with 11 additions and 7 deletions
|
|
@ -22,12 +22,13 @@ const searchText = ref('')
|
|||
<q-toolbar class="bg-transparent text-slate-800 dark:text-white h-16 px-4">
|
||||
<!-- Mobile Menu Toggle -->
|
||||
<q-btn
|
||||
v-show="$q.screen.lt.md"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
icon="menu"
|
||||
@click="emit('toggleSidebar')"
|
||||
class="md:hidden mr-2 text-slate-700 dark:text-white"
|
||||
class="mr-2 text-slate-700 dark:text-white"
|
||||
aria-label="Menu"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue