We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a7fab commit 2ff2b1cCopy full SHA for 2ff2b1c
src/components/Game.astro
@@ -25,7 +25,7 @@ const { title, img, genres, platforms, release, price } = Astro.props;
25
</h2>
26
<br />
27
<p>Release: {release}</p>
28
- {price ? <p>Release: {price}</p> : null}
+ {price ? <p>Price: {price}</p> : null}
29
<p>
30
Platforms: <span
31
class="inline-grid grid-rows-1 grid-flow-col auto-cols-auto gap-2 w-fit"
0 commit comments