diff --git a/components/03_Organisms/placeList/placeList.hbs b/components/03_Organisms/placeList/placeList.hbs index 10da3d5..3e72217 100644 --- a/components/03_Organisms/placeList/placeList.hbs +++ b/components/03_Organisms/placeList/placeList.hbs @@ -4,7 +4,7 @@ {{#each places}}
  • - {{> @placeteaser image=this.image title=this.name location=this.location description=this.description}} + {{> @placeteaser image=this.image title=this.name location=this.location description=this.description modifier='--extended'}}
  • {{/each}}