bruh: the return

This commit is contained in:
2025-11-05 18:06:11 -07:00
parent cf30e70381
commit 848da32b04
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ export default function BerryDashGameInfo () {
<SwiperSlide> <SwiperSlide>
<Image <Image
src={ src={
'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/mode-select.png' 'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/mode-select.png'
} }
width={960} width={960}
height={540} height={540}
@@ -86,7 +86,7 @@ export default function BerryDashGameInfo () {
<SwiperSlide> <SwiperSlide>
<Image <Image
src={ src={
'cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/leaderboards.png' 'https://cdn-r2.lncvrt.xyz/games/screenshots/berry-dash/leaderboards.png'
} }
width={960} width={960}
height={540} height={540}

View File

@@ -43,7 +43,7 @@ export default function TrianglesGameInfo () {
<SwiperSlide> <SwiperSlide>
<Image <Image
src={ src={
'cdn-r2.lncvrt.xyz/games/screenshots/triangles/created-levels.png' 'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/created-levels.png'
} }
width={960} width={960}
height={540} height={540}
@@ -53,7 +53,7 @@ export default function TrianglesGameInfo () {
<SwiperSlide> <SwiperSlide>
<Image <Image
src={ src={
'cdn-r2.lncvrt.xyz/games/screenshots/triangles/created-level-info.png' 'https://cdn-r2.lncvrt.xyz/games/screenshots/triangles/created-level-info.png'
} }
width={960} width={960}
height={540} height={540}