fix: Fix typo

This commit is contained in:
JY Hsu 2024-09-17 20:15:08 +08:00
parent 9a3dc4d0f4
commit 73c1e51e63

View file

@ -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