Housekeeping: reorder themes, fix hover effects, update titles, add collapsible tags, move Zeckendorf Search Magic Trick to Data Structures

This commit is contained in:
Neeldhara Misra 2025-07-23 05:05:52 +05:30
parent e37f3ed884
commit df2b2d6b9e
5 changed files with 31 additions and 30 deletions

View file

@ -76,7 +76,7 @@ const GamesGallery = () => {
onClick={() => setSelectedGame(null)}
className="text-primary hover:text-primary/80 font-medium"
>
Back to Educational Games
Back to Games
</button>
</div>
<GameComponent showSocialShare={true} />
@ -90,7 +90,7 @@ const GamesGallery = () => {
<div className="container mx-auto px-4 py-8">
<div className="space-y-6">
<div className="space-y-4">
<h1 className="text-3xl font-bold text-foreground">Educational Games</h1>
<h1 className="text-3xl font-bold text-foreground">Games</h1>
<p className="text-muted-foreground text-lg">
Learn through play with interactive games that reinforce computer science and mathematical concepts.
</p>