diff --git a/components/for-students-roles/Roles.tsx b/components/for-students-roles/Roles.tsx index 6aa44da..ab2d3b1 100644 --- a/components/for-students-roles/Roles.tsx +++ b/components/for-students-roles/Roles.tsx @@ -17,12 +17,7 @@ import "./Roles.css"; // link: "", // } // ]; -const info = [ - { - role: "VP Software", - link: "https://bit.ly/bpsoft2025", - }, -]; +const info = []; export default function Roles() { const hasRoles = info.length > 0;