Skip to content

Commit

Permalink
Fix links and update image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Apr 5, 2024
1 parent 6c06405 commit 41a6150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/pops.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"description": "Glow In The Dark",
"number": 1444,
"link": "",
"image": "images/aragorn_gitd.png",
"image": "images/aragorn-gitd.png",
"category": "LotR",
"paid": "£21.99"
},
Expand Down Expand Up @@ -839,7 +839,7 @@
"description": "",
"number": 8,
"link": "",
"image": "images/undertaker-8.jpg",
"image": "images/undertaker-8.png",
"category": "WWE"
},
{
Expand Down
Binary file modified src/images/Smaug_Chase.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ <h5>{{pop.name}}</h5>
>
<div class="card" style="width: 18rem">
<img
ng-if="pop.image.length > 0"
ng-src="/funkopop/{{pop.image}}"
class="card-img-top"
alt="{{pop.name}}"
Expand Down

0 comments on commit 41a6150

Please sign in to comment.