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() {
- + ) }