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