We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c927875 commit 9f5ac85Copy full SHA for 9f5ac85
index.md
@@ -53,7 +53,7 @@ const announcementsPreview = announcements[0]
53
54
let statusContainer = null;
55
let app = null;
56
-// Initiate and attach StatusBanner to the header, if type is 'warning' or 'danger'
+// Initiate and attach StatusBanner to the header, if the type is 'warning' or 'danger'
57
onMounted(() => {
58
if (statusPreview.frontmatter.type !== 'warning' && statusPreview.frontmatter.type !== 'danger' ) return;
59
const headerContainer = document.querySelector('.VPNav');
0 commit comments