diff --git a/public/img/checkmark.svg b/public/img/checkmark.svg new file mode 100644 index 0000000..09048d1 --- /dev/null +++ b/public/img/checkmark.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/img/games/pin-outline.svg b/public/img/games/pin-outline.svg new file mode 100644 index 0000000..ebda5b6 --- /dev/null +++ b/public/img/games/pin-outline.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/img/games/pin.svg b/public/img/games/pin.svg new file mode 100644 index 0000000..c9bd7d6 --- /dev/null +++ b/public/img/games/pin.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/components/GameItem.astro b/src/components/GameItem.astro index 3797a9c..3e27188 100644 --- a/src/components/GameItem.astro +++ b/src/components/GameItem.astro @@ -2,7 +2,8 @@ const { game } = Astro.props; --- -