From 82d454da8ec6543ef41ad5c088a37e236b6e239f Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Wed, 1 May 2024 10:47:44 -0400 Subject: [PATCH] add uww toggle --- src/components/Layout/Footer.tsx | 16 +++++++ src/pages/_document.tsx | 72 +++++++++++++++++++++----------- 2 files changed, 63 insertions(+), 25 deletions(-) diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 274f73228cd..5bcf9df984c 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -285,6 +285,22 @@ export function Footer() { dir="ltr"> ©{new Date().getFullYear()} +
{ + // @ts-ignore + window.__setUwu(false); + }}> + no uwu plz +
+
{ + // @ts-ignore + window.__setUwu(true); + }}> + uwu? +
Logo by {