From c646eb129ca755d8297a713d33d0db79d68e822d Mon Sep 17 00:00:00 2001
From: Lucas Nunes <2693803+lucascnunes@users.noreply.github.com>
Date: Mon, 5 Feb 2024 21:25:42 -0300
Subject: [PATCH] fix: fixing glitch on dark mode icon
fixing the glitch when reloading the page on dark mode and the icon changing back to light mode.
---
.../.vitepress/theme/layout/MainLayout.vue | 27 +++++++++----------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue
index e90f75ff..920487c5 100644
--- a/apps/www/.vitepress/theme/layout/MainLayout.vue
+++ b/apps/www/.vitepress/theme/layout/MainLayout.vue
@@ -138,20 +138,19 @@ watch(() => $route.path, (n) => {
-
+
+
+