Skip to content

Commit 9852ba3

Browse files
committed
remove featured
1 parent 1807567 commit 9852ba3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

platforms/web/src/Landing.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function Landing() {
66
const navigate = useNavigate();
77

88
// Featured learning maps with example JSON IDs
9+
/*
910
const featuredMaps = [
1011
{
1112
id: 'example-1',
@@ -32,6 +33,7 @@ function Landing() {
3233
learnUrl: '/learn',
3334
},
3435
];
36+
*/
3537

3638
return (
3739
<div className="landing-container">

0 commit comments

Comments
 (0)