From 6ea402748385bfeb8cba88e6baee17421daffe0c Mon Sep 17 00:00:00 2001 From: CobusT Date: Wed, 9 Oct 2024 11:20:08 -0700 Subject: [PATCH] updated comment --- docs/.vitepress/theme/CustomLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/CustomLayout.vue b/docs/.vitepress/theme/CustomLayout.vue index 780a914105..8cbd0f98d8 100644 --- a/docs/.vitepress/theme/CustomLayout.vue +++ b/docs/.vitepress/theme/CustomLayout.vue @@ -42,7 +42,7 @@ const {Layout} = DefaultTheme; background-color: rgba(37, 37, 41, 0.5); } -/* Hide the dark mode toggle */ +/* Remove unnecessary elements that are empty in our implementation */ .VPNavBarExtra, .VPNavBarHamburger { display: none !important;