Skip to content

Commit 644fb49

Browse files
committed
updated the caret icons
1 parent 1e9a84a commit 644fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/01-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
// Toggle class
3939
function toggleActive (e) {
40-
// this.classList.toggle('open')
40+
this.classList.toggle('open')
4141
this.classList.toggle('is-active')
4242
}
4343

0 commit comments

Comments
 (0)