Click vào khám phá địa điểm để di chuyển đến bản đồ

This commit is contained in:
2026-06-13 17:23:42 +07:00
parent 1236d00867
commit c08aad3f68
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ const App = () => {
<LandingPage
onContinue={() => setView('explore')}
onGoToSignup={() => setView('signup')}
onGoToMap={() => setView('explore')}
/>
)}