From ba45ff7299482ee8b66421055e7410192697d4ce Mon Sep 17 00:00:00 2001 From: Szepesi Tibor Date: Wed, 11 May 2022 16:05:01 +0200 Subject: [PATCH] feat: lazy load images (#1054) --- .../app/modules/shared/components/card/card.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/app/modules/shared/components/card/card.component.html b/apps/frontend/src/app/modules/shared/components/card/card.component.html index ec43ef637..9ee01dede 100644 --- a/apps/frontend/src/app/modules/shared/components/card/card.component.html +++ b/apps/frontend/src/app/modules/shared/components/card/card.component.html @@ -1,13 +1,13 @@
- +

{{ post.title }}

{{ post.description }}

- +

{{ post.author.name }}