Skip to content

Commit 393f889

Browse files
committed
remove explore button
1 parent 9852ba3 commit 393f889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/web/src/Landing.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ function Landing() {
6464
<button onClick={() => navigate('/create')} className="cta-primary">
6565
Create a LearningMap
6666
</button>
67+
{/*
6768
<button onClick={() => navigate('/learn')} className="cta-secondary">
6869
Explore LearningMaps
6970
</button>
71+
*/}
7072
</div>
7173
</section>
7274

0 commit comments

Comments
 (0)