Skip to content

Commit 89f372b

Browse files
committed
chore: GPG signing
1 parent 4a3d095 commit 89f372b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const {
185185
}
186186
}
187187

188-
// Initialize dropdown animations on page load and when toggles are shown
188+
// Initialize dropdown animations on page load
189189
document.addEventListener('DOMContentLoaded', () => {
190190
document.querySelectorAll('.dropdown-toggle').forEach(toggle => {
191191
const dropdown = toggle.querySelector('.navbar-dropdown')

0 commit comments

Comments
 (0)