From c4e1589eb96df4be2e1231110e672d12a6110b72 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 21 Apr 2022 10:09:32 +1000 Subject: [PATCH] Add blog message to the home page --- src/routes/Home.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index 4747936..edc5ea3 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -1,5 +1,14 @@ import { useState, useEffect } from "react"; -import { Flex, Button, Image, Text, IconButton, Link } from "theme-ui"; +import { + Flex, + Button, + Image, + Text, + IconButton, + Link, + Message, + Paragraph, +} from "theme-ui"; import { useHistory } from "react-router-dom"; import Footer from "../components/Footer"; @@ -141,6 +150,18 @@ function Home() { onRequestClose={() => setIsGettingStartedModalOpen(false)} /> + + + Check out our new blog{" "} + for all the news on the next version of Owlbear Rodeo + +