From 31cec1b5e58b2b5e4b91633db966b91e6c3cae53 Mon Sep 17 00:00:00 2001 From: DubNubz Date: Mon, 9 Dec 2024 17:10:06 -0500 Subject: [PATCH] Revert "bring back the uwu logo" --- .../landing/1. hero-section/HeroDiagram.vue | 17 +- pnpm-lock.yaml | 13944 +++++++++------- 2 files changed, 7713 insertions(+), 6248 deletions(-) diff --git a/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue b/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue index 6c160cc8f844b3..10bd32fa4d0fb9 100644 --- a/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue +++ b/docs/.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue @@ -437,12 +437,6 @@ const isChromiumBrowser = ref(false) onMounted(() => { isChromiumBrowser.value = 'chrome' in window }) - -// Check for uwu query -const isUwu = ref(false) -onMounted(() => { - isUwu.value = location.search.includes("?uwu") -})