Skip to content

Commit

Permalink
rename category img
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Nov 5, 2021
1 parent 1546440 commit 6c5d529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added public/shop-front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/HexGrid/HexGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="hex-in">
<div class="hex-link">
<img
src={`https://enki.imgix.net/${category.Id}-0`}
src={`https://enki.imgix.net/${category.Id}`}
alt="placeholder"
data-testid="hex-image"
/>
Expand Down
5 changes: 5 additions & 0 deletions src/components/Shop.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class>
<div>Cards</div>
<div>Gifts for Children</div>
<div>Gifts for Grown ups</div>
</div>

0 comments on commit 6c5d529

Please sign in to comment.