Skip to content

Commit 3b833f4

Browse files
Fix some categories for better content
1 parent f2538aa commit 3b833f4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,10 @@ <h2 class="section-title">Games & Apps</h2>
10091009
stroke-linejoin="round" />
10101010
</svg>
10111011
</div>
1012-
<h3 class="feature-title">Classic Games</h3>
1012+
<h3 class="feature-title">Games</h3>
10131013
<p class="feature-description">Enjoy Python ports of timeless classics like Snake, optimized for the
10141014
ClassPad's screen and controls.</p>
1015-
<a href="store/index.html?type=classic" class="feature-link">Browse Classic Games →</a>
1015+
<a href="store/index.html?type=Game" class="feature-link">Browse Games →</a>
10161016
</div>
10171017

10181018
<!-- Educational Tools -->

store/meta.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@
120120
"tags": [
121121
"Graphics",
122122
"Math",
123-
"Demo"
123+
"Demo",
124+
"Education"
124125
]
125126
},
126127
{
@@ -134,7 +135,8 @@
134135
"tags": [
135136
"Graphics",
136137
"Math",
137-
"Demo"
138+
"Demo",
139+
"Education"
138140
]
139141
},
140142
{

0 commit comments

Comments
 (0)