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 (