From 9c1284530623c81b56bc5eb1b2e0272c93f5060b Mon Sep 17 00:00:00 2001 From: amy Date: Wed, 4 Sep 2024 03:14:27 +0330 Subject: [PATCH] tlds are overrated, we all should just pay 250,000$ for a domain --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5eeb1ef..1e76eef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,10 +72,10 @@ function App() { let gitgay = { setIsAnimating(true) setTimeout(() => { - window.location.href = "https://git.gay/exhq" + window.location.href = "https://git.lgbt/exhq" }, 200); gitgay.src = "/gaybackground.png" - }} classList={{ 'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating() }} src="https://git.gay/assets/img/logo.png" alt="LMAO IMAGINE BEING BLIND" /> as HTMLImageElement + }} classList={{ 'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating() }} src="https://git.lgbt/assets/img/logo.png" alt="LMAO IMAGINE BEING BLIND" /> as HTMLImageElement return ( <> {/*
@@ -168,7 +168,7 @@ function App() {
- + ) }