From c561075f6d0d27007c5672989e0da18d97a6e4f4 Mon Sep 17 00:00:00 2001
From: Uchechukwu Obasi
Date: Fri, 16 Feb 2024 14:35:01 +0100
Subject: [PATCH] chore: Fix scalers not shown on landing page (#1319)
---
layouts/partials/javascript.html | 2 +-
layouts/shortcodes/faq20.html | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/layouts/partials/javascript.html b/layouts/partials/javascript.html
index c27fc4071..37105da88 100644
--- a/layouts/partials/javascript.html
+++ b/layouts/partials/javascript.html
@@ -403,7 +403,7 @@
() => {
"use strict";
const hash = (window.location.hash).slice(1);
- const cardContents = document.querySelectorAll(".card-content");
+ const cardContents = document.querySelectorAll(".card-content-dropdown");
cardContents.forEach((item) => {
const id = item.getAttribute("id");
if (hash === id) {
diff --git a/layouts/shortcodes/faq20.html b/layouts/shortcodes/faq20.html
index 373b0e1cf..75c294338 100644
--- a/layouts/shortcodes/faq20.html
+++ b/layouts/shortcodes/faq20.html
@@ -13,7 +13,7 @@ General
-
+
{{ $answer }}
@@ -34,7 +34,7 @@
Best Practices
-
+
{{ $answer }}
@@ -55,7 +55,7 @@
Features
-
+
{{ $answer }}
@@ -76,7 +76,7 @@
Kubernetes
-
+
{{ $answer }}
@@ -97,7 +97,7 @@
-
+
{{ $answer }}
@@ -118,7 +118,7 @@
Website
-
+
{{ $answer }}
@@ -141,7 +141,7 @@
Microsoft Azure
-