Skip to content

Commit 2ff2b1c

Browse files
committed
fix typo
1 parent 12a7fab commit 2ff2b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Game.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const { title, img, genres, platforms, release, price } = Astro.props;
2525
</h2>
2626
<br />
2727
<p>Release: {release}</p>
28-
{price ? <p>Release: {price}</p> : null}
28+
{price ? <p>Price: {price}</p> : null}
2929
<p>
3030
Platforms: <span
3131
class="inline-grid grid-rows-1 grid-flow-col auto-cols-auto gap-2 w-fit"

0 commit comments

Comments
 (0)