generated from nhcarrigan/template
chore: couple more games (#20)
Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/20 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -14,7 +14,7 @@ const Gamez = (): JSX.Element => {
|
||||
<p className="mb-2">See how Naomi has appeared in various games.</p>
|
||||
<Rule />
|
||||
<div className="grid sm:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-y-5">
|
||||
{Games.map((game) => (
|
||||
{Games.sort((a, b) => a.name.localeCompare(b.name)).map((game) => (
|
||||
<Game key={game.name} name={game.name} img={game.img} />
|
||||
))}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user