From 1a69abff98b17c2dde6404f8541587adaa63735b Mon Sep 17 00:00:00 2001 From: Dev Patel Date: Mon, 23 Feb 2026 13:30:51 -0600 Subject: [PATCH] update staff app link --- apps/site/src/App.tsx | 25 ++++++++++++++++++- .../src/components/Home/Landing/Landing.tsx | 10 +++++--- apps/site/src/components/Navbar.tsx | 2 +- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/apps/site/src/App.tsx b/apps/site/src/App.tsx index 8a194b15..2ee0bfff 100644 --- a/apps/site/src/App.tsx +++ b/apps/site/src/App.tsx @@ -1,4 +1,4 @@ -import { Box, ChakraProvider, VStack } from "@chakra-ui/react"; +import { Box, ChakraProvider, Link, VStack } from "@chakra-ui/react"; import { AuthCallback, googleAuth, RequireAuth } from "@rp/shared"; import { useEffect, useMemo } from "react"; import { @@ -89,6 +89,29 @@ function Main() { } }} > + + + R|P 2026 staff applications are now open! Click here to apply! 🎉 + + { {/* Flex grow 1 */} {/* subdate */} - { transition={{ delay: 3, duration: 0.6, ease: "easeOut" }} > September 16–20, 2025 - + */} {/* register button */} @@ -160,7 +160,9 @@ export const Landing = () => { > diff --git a/apps/site/src/components/Navbar.tsx b/apps/site/src/components/Navbar.tsx index abeb50ed..12eefb86 100644 --- a/apps/site/src/components/Navbar.tsx +++ b/apps/site/src/components/Navbar.tsx @@ -134,7 +134,7 @@ const Navbar: React.FC = ({ isFlush }) => { return (