From c69e26c4b2bc098ad4667070b10d9418d20ec4f8 Mon Sep 17 00:00:00 2001 From: Jordan Janakievski Date: Sat, 5 Jul 2025 14:52:19 -0400 Subject: [PATCH] add links to pl and pm apps --- components/for-students-roles/Roles.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/for-students-roles/Roles.tsx b/components/for-students-roles/Roles.tsx index ab2d3b1..71fee14 100644 --- a/components/for-students-roles/Roles.tsx +++ b/components/for-students-roles/Roles.tsx @@ -17,7 +17,16 @@ import "./Roles.css"; // link: "", // } // ]; -const info = []; +const info = [ + { + role: "Project Lead", + link: "https://bit.ly/bppl2025", + }, + { + role: "Product Manager", + link: "https://bit.ly/bpproduct2025", + }, +]; export default function Roles() { const hasRoles = info.length > 0;