From f04f43040a8f837a2fb9118dc4602b8087c26747 Mon Sep 17 00:00:00 2001 From: Oyelola Victoria Date: Sun, 8 Sep 2024 05:59:13 +0000 Subject: [PATCH] implement lazy loading for images on learn page Signed-off-by: Oyelola Victoria --- src/sections/Learn/LearnPage-Sections/books.js | 2 +- src/sections/Learn/LearnPage-Sections/learn.js | 4 ++-- src/sections/Learn/LearnPage-Sections/workshops.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sections/Learn/LearnPage-Sections/books.js b/src/sections/Learn/LearnPage-Sections/books.js index c95e3414a899..caffd496a063 100644 --- a/src/sections/Learn/LearnPage-Sections/books.js +++ b/src/sections/Learn/LearnPage-Sections/books.js @@ -136,7 +136,7 @@ const BooksSection = () => {
- {frontmatter.title} + {frontmatter.title}

{frontmatter.title}

diff --git a/src/sections/Learn/LearnPage-Sections/learn.js b/src/sections/Learn/LearnPage-Sections/learn.js index 8fe9d6268718..2b4141375302 100644 --- a/src/sections/Learn/LearnPage-Sections/learn.js +++ b/src/sections/Learn/LearnPage-Sections/learn.js @@ -180,7 +180,7 @@ const LearnSection = () => { return (
- Meshery Logo + Meshery Logo

Meshery - Learn how to manage Kubernetes

@@ -196,7 +196,7 @@ const LearnSection = () => {