From 6f5ee38ed944ede7d8f69a5f792fa33e992bbd07 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Tue, 30 Apr 2024 09:52:50 -0400 Subject: [PATCH] uwu - add alt and instructions for turning off --- src/components/Layout/HomeContent.js | 9 ++++++++- src/components/Layout/TopNav/TopNav.tsx | 7 ++++++- src/pages/_document.tsx | 3 ++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 6ae0cf350..edf790d3d 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -117,7 +117,12 @@ export function HomeContent() {
- + logo by @sawaratsuki1004
logo by @sawaratsuki1004 diff --git a/src/components/Layout/TopNav/TopNav.tsx b/src/components/Layout/TopNav/TopNav.tsx index 7139d8e1b..fcc1069e2 100644 --- a/src/components/Layout/TopNav/TopNav.tsx +++ b/src/components/Layout/TopNav/TopNav.tsx @@ -253,7 +253,12 @@ export default function TopNav({ - + logo by @sawaratsuki1004
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index b91867764..c6512be8a 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -40,7 +40,8 @@ const MyDocument = () => { localStorage.setItem('uwu', true); } catch (err) { } document.documentElement.classList.add('uwu'); - console.log('uwu mode enabled. logo credits to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos'); + console.log('uwu mode enabled. turn off with ?uwu=false') + console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos'); } else { try { localStorage.removeItem('uwu', false);