Skip to content

Commit

Permalink
Merge pull request #5 from neptunelabs/template-changes
Browse files Browse the repository at this point in the history
small changes
  • Loading branch information
nelabiernat committed May 2, 2023
2 parents 13050e4 + 24c4f00 commit e123cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"NeptuneLabs"
],
"devDependencies": {
"@neptunelabs/fsi-samples-framework": "^1.0.2-dev",
"@neptunelabs/fsi-samples-framework": "^1.0.5-dev",
"prettier": "^2.8.8"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions samples/pdp-vertical/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('0')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-Z_wBSL_fPzw-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -77,7 +77,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('1')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-PJRabkuH3_Q-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand All @@ -89,7 +89,7 @@ <h2 class="display-5">Peggy</h2>
<img
class="thumbnail img-fluid"
onclick="changeImage('2')"
src="{{{fsi.server}}}/{{{fsi.context}}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/showcase/pdp/kate-skumen-XsFiUIamdTo-unsplash.jpg&height=150"
height="150"
alt=""
/>
Expand Down

0 comments on commit e123cd4

Please sign in to comment.