From 1195aef920023efb8796f639be17b8ccf5fbf2ae Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 1 Aug 2020 10:57:49 +0200 Subject: [PATCH] Using extended version of placeteaesr --- components/03_Organisms/placeList/placeList.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}