From 825d5c7cfc85a3b2cfb4160aedf739a86d8b0e6e Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Fri, 18 Oct 2024 00:33:18 -0500 Subject: [PATCH] Add 2 week ToS banner --- apps/landing-page/src/App.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/landing-page/src/App.tsx b/apps/landing-page/src/App.tsx index c666e712..585b5ad4 100644 --- a/apps/landing-page/src/App.tsx +++ b/apps/landing-page/src/App.tsx @@ -1,3 +1,4 @@ +import { InformationCircleIcon } from "@heroicons/react/16/solid"; import { RocketLaunchIcon } from "@heroicons/react/20/solid"; import { ReactElement } from "react"; import cornerLinesLeft from "src/assets/corner-lines-left.svg"; @@ -8,8 +9,8 @@ import { Navigation } from "src/ui/Navigation"; import { GitHubIcon } from "src/ui/svg/GitHubIcon"; import { Footer } from "./ui/Footer"; -const SHOW_ANNOUNCEMENT_BANNER = false; -const ANNOUNCEMENT_BANNER_EXPIRY = new Date("07/18/2024"); +const SHOW_ANNOUNCEMENT_BANNER = true; +const ANNOUNCEMENT_BANNER_EXPIRY = new Date("11/01/2024"); function App(): ReactElement { return ( @@ -17,9 +18,10 @@ function App(): ReactElement { {/* ANNOUNCEMENT BANNER */} {SHOW_ANNOUNCEMENT_BANNER && new Date() < ANNOUNCEMENT_BANNER_EXPIRY && (
+

We've updated our{" "} - Privacy Policy {" "} - and{" "} + and{" "} */} @@ -52,7 +54,7 @@ function App(): ReactElement { src={cornerLinesRight} className="absolute bottom-0 right-0 opacity-20" /> -

+

Build adaptable governance systems with{" "}