Skip to content

Commit

Permalink
Revert "bring back the uwu logo"
Browse files Browse the repository at this point in the history
  • Loading branch information
DubNubz committed Dec 9, 2024
1 parent de73a8e commit 31cec1b
Show file tree
Hide file tree
Showing 2 changed files with 7,713 additions and 6,248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})
</script>

<template>
Expand All @@ -469,12 +463,7 @@ onMounted(() => {
></div>
</div>
<div class="vite-chip__filter" />
<img
:src="isUwu ? '/logo-uwu.png' : '/logo.svg'"
:alt="isUwu ? 'Vite Kawaii Logo by @icarusgkx' : 'Vite Logo'"
class="vite-chip__logo"
:class="{ 'uwu': isUwu }"
/>
<img src="/logo.svg" alt="Vite Logo" class="vite-chip__logo" />
</div>
</div>

Expand Down Expand Up @@ -649,10 +638,6 @@ onMounted(() => {
z-index: 3;
}
.uwu.vite-chip__logo {
width: 134px;
}
&.active {
box-shadow: 0 30px 35px -10px rgba(0, 0, 0, 0.6);
transform: translate3d(0, 0, 0) scale(1);
Expand Down
Loading

0 comments on commit 31cec1b

Please sign in to comment.