diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 846b787..607be0b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1892,8 +1892,8 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} - exsolve@1.0.2: - resolution: {integrity: sha512-ZEcIMbthn2zeX4/wD/DLxDUjuCltHXT8Htvm/JFlTkdYgWh2+HGppgwwNUnIVxzxP7yJOPtuBAec0dLx6lVY8w==} + exsolve@1.0.4: + resolution: {integrity: sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==} extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -5933,7 +5933,7 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 - exsolve@1.0.2: {} + exsolve@1.0.4: {} extend@3.0.2: {} @@ -7239,7 +7239,7 @@ snapshots: pkg-types@2.1.0: dependencies: confbox: 0.2.1 - exsolve: 1.0.2 + exsolve: 1.0.4 pathe: 2.0.3 pluralize@8.0.0: {} diff --git a/public/image/languageSwitcher.svg b/public/image/Language Switcher.svg similarity index 100% rename from public/image/languageSwitcher.svg rename to public/image/Language Switcher.svg diff --git a/public/image/themeToggle.svg b/public/image/Theme Toggle.svg similarity index 100% rename from public/image/themeToggle.svg rename to public/image/Theme Toggle.svg diff --git a/src/components/Comments/Waline.astro b/src/components/Comments/Waline.astro index 51dfca0..0773fe2 100644 --- a/src/components/Comments/Waline.astro +++ b/src/components/Comments/Waline.astro @@ -26,7 +26,12 @@ const { dark: { primary: darkPrimary, secondary: darkSecondary, background: darkBackground }, } = themeConfig.color --- -
+
+