bruh
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -28,7 +28,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/triangles' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/triangles.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/triangles.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -41,7 +41,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-with-guns' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-with-guns.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -51,7 +51,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-lite' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-lite.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -66,7 +66,7 @@ export default function Home () {
|
||||
<div className='games-grid'>
|
||||
<Link href='/game/berry-dash-godot-remake' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-godot-remake.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
@@ -76,7 +76,7 @@ export default function Home () {
|
||||
</Link>
|
||||
<Link href='/game/berry-dash-custom' draggable={false}>
|
||||
<Image
|
||||
src={'cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
src={'https://cdn-r2.lncvrt.xyz/games/berry-dash-custom.png'}
|
||||
width={64}
|
||||
height={64}
|
||||
draggable={false}
|
||||
|
||||
Reference in New Issue
Block a user