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/shared | |
| parent | Update v4.2.3 (diff) | |
| download | moopa-a25282429761ff0670a50fd74f8c24bdb38e728c.tar.xz moopa-a25282429761ff0670a50fd74f8c24bdb38e728c.zip | |
Update v4.2.4
Diffstat (limited to 'components/shared')
| -rw-r--r-- | components/shared/NavBar.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/shared/NavBar.js b/components/shared/NavBar.js index 034a06b..8cfdfc1 100644 --- a/components/shared/NavBar.js +++ b/components/shared/NavBar.js @@ -173,6 +173,7 @@ export function NewNavbar({ <div className="flex w-[20%] justify-end items-center gap-4"> <button type="button" + title="Search" onClick={() => setIsOpen(true)} className="flex-center w-[26px] h-[26px]" > |