fix: Fix typo
This commit is contained in:
parent
9a3dc4d0f4
commit
73c1e51e63
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
import Filterizr from 'filterizr'
|
import Filterizr from 'filterizr'
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
// ================== Project cards =====================
|
// ================== Skill cards =====================
|
||||||
|
|
||||||
// setup project filter buttons
|
// setup skill filter buttons
|
||||||
const skillCardHolder = document.getElementById('skill-card-holder')
|
const skillCardHolder = document.getElementById('skill-card-holder')
|
||||||
if (skillCardHolder != null && skillCardHolder.children.length !== 0) {
|
if (skillCardHolder != null && skillCardHolder.children.length !== 0) {
|
||||||
// eslint-disable-next-line no-new
|
// eslint-disable-next-line no-new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue