From 720c1d81401b86c57819a3844b47933a0547dee2 Mon Sep 17 00:00:00 2001 From: Oyelola Victoria Date: Sun, 8 Sep 2024 06:00:00 +0000 Subject: [PATCH] implement lazy loading for images on workshops page Signed-off-by: Oyelola Victoria --- src/sections/Learn/Workshop-single/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sections/Learn/Workshop-single/index.js b/src/sections/Learn/Workshop-single/index.js index 1898542a9232..e6467364a172 100644 --- a/src/sections/Learn/Workshop-single/index.js +++ b/src/sections/Learn/Workshop-single/index.js @@ -36,27 +36,27 @@ const WorkshopSinglePage = ({ frontmatter, body }) => {
{frontmatter.slack && frontmatter.status === "delivered" ? - Slack + Slack Slack : ""} {frontmatter.slides && frontmatter.status === "delivered" ? - Slide + Slide Slides : ""} {frontmatter.eurl && frontmatter.status === "delivered" ? - Link + Link Link : ""} {frontmatter.labs && frontmatter.status === "delivered" ? - Lab + Lab Labs : ""} {frontmatter.video && frontmatter.status === "delivered" ? - Youtube video + Youtube video Video : ""}