From 4795da482c3fb7b53277aad00f135fde90043a89 Mon Sep 17 00:00:00 2001 From: Amy Wang Date: Wed, 12 Oct 2022 17:14:07 -0400 Subject: [PATCH] Add 2023 internship repo (#515) Co-authored-by: Amy Wang Co-committed-by: Amy Wang --- 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", }, ], },