Skip to content
7 changes: 1 addition & 6 deletions components/for-students-roles/Roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ import "./Roles.css";
// link: "<Link to application>",
// }
// ];
const info = [
{
role: "VP Software",
link: "https://bit.ly/bpsoft2025",
},
];
const info = [];

export default function Roles() {
const hasRoles = info.length > 0;
Expand Down