diff options
| author | Factiven <[email protected]> | 2023-10-28 22:50:51 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-10-28 22:50:51 +0700 |
| commit | a25282429761ff0670a50fd74f8c24bdb38e728c (patch) | |
| tree | 0cd14840e665f1912842967de7427a31556190e6 /components/admin/layout.js | |
| parent | Update v4.2.3 (diff) | |
| download | moopa-a25282429761ff0670a50fd74f8c24bdb38e728c.tar.xz moopa-a25282429761ff0670a50fd74f8c24bdb38e728c.zip | |
Update v4.2.4
Diffstat (limited to 'components/admin/layout.js')
| -rw-r--r-- | components/admin/layout.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/admin/layout.js b/components/admin/layout.js index 3209dcf..85a5fe7 100644 --- a/components/admin/layout.js +++ b/components/admin/layout.js @@ -49,6 +49,7 @@ export default function AdminLayout({ children, page, setPage }) { <div className="flex flex-col px-1"> {Navigation.map((item, index) => ( <button + title="Dashboard" key={item.name} onClick={() => { setPage(item.page); |