From b4c6b6dd5f55a0b3ca2c5a179aa965c333fc53bb Mon Sep 17 00:00:00 2001 From: nthouliss Date: Tue, 29 Nov 2022 09:43:29 +1100 Subject: [PATCH] Add button to 2.0 beta --- src/icons/SocialPatreonIcon.tsx | 8 +++----- src/routes/Home.tsx | 16 ++++++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/icons/SocialPatreonIcon.tsx b/src/icons/SocialPatreonIcon.tsx index aa92de6..be57f0d 100644 --- a/src/icons/SocialPatreonIcon.tsx +++ b/src/icons/SocialPatreonIcon.tsx @@ -2,14 +2,12 @@ function SocialPatreonIcon() { return ( - - + ); } diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index 3fd516f..08e27a0 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -23,7 +23,7 @@ import { useAuth } from "../contexts/AuthContext"; import RedditIcon from "../icons/SocialRedditIcon"; import TwitterIcon from "../icons/SocialTwitterIcon"; import YouTubeIcon from "../icons/SocialYouTubeIcon"; -import PatreonIcon from "../icons/SocialPatreonIcon"; +import SocialPatreonIcon from "../icons/SocialPatreonIcon"; import owlington from "../images/Owlington.png"; @@ -69,9 +69,8 @@ function Home() { "system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif", }} > - Check out our new{" "} - blog for all the - news on the next version of Owlbear Rodeo + Check out our blog{" "} + for all the news on the next version of Owlbear Rodeo @@ -126,6 +125,11 @@ function Home() { + + + + +