From 73c1e51e6311a7ce35b149a95f376323c65dde94 Mon Sep 17 00:00:00 2001 From: JY Hsu Date: Tue, 17 Sep 2024 20:15:08 +0800 Subject: [PATCH] fix: Fix typo --- assets/scripts/sections/skills.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scripts/sections/skills.js b/assets/scripts/sections/skills.js index f6866cc..4696e09 100644 --- a/assets/scripts/sections/skills.js +++ b/assets/scripts/sections/skills.js @@ -1,9 +1,9 @@ import Filterizr from 'filterizr' document.addEventListener('DOMContentLoaded', () => { - // ================== Project cards ===================== + // ================== Skill cards ===================== - // setup project filter buttons + // setup skill filter buttons const skillCardHolder = document.getElementById('skill-card-holder') if (skillCardHolder != null && skillCardHolder.children.length !== 0) { // eslint-disable-next-line no-new