Skip to content

Commit

Permalink
Show ToS banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jan 20, 2025
1 parent 5c2bb04 commit 3d4793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/landing-page/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { GitHubIcon } from "src/ui/svg/GitHubIcon";
import { Footer } from "./ui/Footer";

const SHOW_ANNOUNCEMENT_BANNER = true;
const ANNOUNCEMENT_BANNER_EXPIRY = new Date("11/01/2024");
const ANNOUNCEMENT_BANNER_EXPIRY = new Date("2/04/2025");

function App(): ReactElement {
return (
Expand Down

0 comments on commit 3d4793f

Please sign in to comment.