From 9fde1875931a26b575bc71d0f852b269f194bc3d Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 24 Jun 2024 21:47:54 -0400 Subject: [PATCH] formatting --- src/components/walkthrough/walkthrough.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/walkthrough/walkthrough.js b/src/components/walkthrough/walkthrough.js index 120a0ae8..68d6c967 100644 --- a/src/components/walkthrough/walkthrough.js +++ b/src/components/walkthrough/walkthrough.js @@ -26,7 +26,7 @@ export default class Walkthrough extends HTMLElement { const title = card.querySelector("span").innerHTML; const text = card.querySelector("p").innerHTML; const icon = card.querySelector("i").textContent; - const isActiveClass = idx === this.index ? ' active' : ''; + const isActiveClass = idx === this.index ? " active" : ""; return `