mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Replace Navbar tooltip with native title attribute and introduce onToggleOpen prop for Drawer close functionality.
This commit is contained in:
@@ -42,6 +42,7 @@ export default function HomePage() {
|
||||
onSelect={setSelectedShop}
|
||||
onClose={() => setSelectedShop(null)}
|
||||
isOpen={isDiscoveryOpen}
|
||||
onToggleOpen={() => setIsDiscoveryOpen(false)}
|
||||
/>
|
||||
<WelcomeModal />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user