File tree Expand file tree Collapse file tree 5 files changed +20
-17
lines changed
Expand file tree Collapse file tree 5 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ import BackIcon from "@/assets/icons/back.svg";
1414 }
1515</style >
1616
17- <a href =" /" class =" back" >
17+ <a href =" /games " class =" back" >
1818 <BackIcon />
1919</a >
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ interface Props {
99const { games } = Astro .props ;
1010---
1111
12+ <style >
13+ h3 {
14+ color: green;
15+ }
16+ </style >
17+
1218<div class =" games-grid" >
1319 {
1420 games .map ((game ) => (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ import " @/assets/styles/landing.css" ;
3+ import Categories from " @/components/Categories.astro" ;
4+ import BaseLayout from " @/layouts/Base" ;
5+ import TitleLayout from " @/layouts/TitleLayout" ;
6+ ---
7+
8+ <BaseLayout meta ={ {}} >
9+ <TitleLayout title =" Games Category" />
10+ <Categories />
11+ </BaseLayout >
Original file line number Diff line number Diff line change 11---
22// import "@/assets/styles/index.css";
3- import MobileSplash from " @/components/MobileSplash.astro" ;
3+ // import MobileSplash from "@/components/MobileSplash.astro";
44// import TestimonialsSection from "@/components/home/TestimonialsSection.astro";
55import BaseLayout from " @/layouts/Base" ;
66import Landing from " @/pages/landing.astro" ;
@@ -12,7 +12,7 @@ const meta = {
1212---
1313
1414<BaseLayout meta ={ meta } sidebar ={ false } >
15- <MobileSplash stay ={ true } />
15+ <!-- < MobileSplash stay={true} /> -- >
1616 <!-- <HeroSection appName="abcdkbd" />-->
1717 <!-- <ExploreLearnSection />-->
1818 <!-- <TestimonialsSection /> -->
You can’t perform that action at this time.
0 commit comments