Skip to content

Commit 9f5ac85

Browse files
Sami Nouidrisami-nouidri-swisstopo
authored andcommitted
Testing CI with new format check
1 parent c927875 commit 9f5ac85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const announcementsPreview = announcements[0]
5353

5454
let statusContainer = null;
5555
let app = null;
56-
// Initiate and attach StatusBanner to the header, if type is 'warning' or 'danger'
56+
// Initiate and attach StatusBanner to the header, if the type is 'warning' or 'danger'
5757
onMounted(() => {
5858
if (statusPreview.frontmatter.type !== 'warning' && statusPreview.frontmatter.type !== 'danger' ) return;
5959
const headerContainer = document.querySelector('.VPNav');

0 commit comments

Comments
 (0)