From bb3a29fe3fb0c715403a2617a081d6cb6fd3fc31 Mon Sep 17 00:00:00 2001 From: Amy Date: Tue, 11 Oct 2022 22:03:21 -0400 Subject: [PATCH] Add 2023 internship repo --- components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index bcf14b8f..58b41277 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -98,7 +98,7 @@ const menu: Menu = [ }, { name: "Internships", - route: "https://github.com/uwcsc/winter2022-internships", + route: "https://github.com/uwcsc/2023-internships", }, ], },