diff --git a/src/lib/components/GameListItem.svelte b/src/lib/components/GameListItem.svelte index 179b447..4c9512d 100644 --- a/src/lib/components/GameListItem.svelte +++ b/src/lib/components/GameListItem.svelte @@ -5,6 +5,7 @@ export let name, link, gameid, playername; export let reviewlink = null; + export let version = null; @@ -12,6 +13,11 @@ {name} + {#if version} + + {version} + + {/if} {#if reviewlink} @@ -77,6 +83,11 @@ } } + &__version { + font-size: $text-base; + font-weight: 300; + color: var(--primary-color); + } &__icon { margin-right: 0.5rem; } diff --git a/src/routes/games/+page.svelte b/src/routes/games/+page.svelte index 5b98e00..264c677 100644 --- a/src/routes/games/+page.svelte +++ b/src/routes/games/+page.svelte @@ -19,10 +19,11 @@ gameid="SW-8522-2159-0226" />

Main Mobile Games

Currently Reviewing