From 55943b6cf530fd0395cf1212a04015adfdb1797f Mon Sep 17 00:00:00 2001 From: thehrz Date: Wed, 9 Aug 2023 23:02:44 +0800 Subject: [PATCH] chore: update meta --- index.html | 2 -- src/components/Nav.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 4b7581a..a7338a9 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,6 @@ - - diff --git a/src/components/Nav.vue b/src/components/Nav.vue index 124e3ff..8edd73e 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -29,7 +29,7 @@ const { isDark, toggleDark } = useDarkMode()