Skip to content

Commit 507e99a

Browse files
Remove VP Software role from hiring (#93)
Co-authored-by: Daniel Dervishi <d.dervishi@mail.utoronto.ca>
1 parent 80818e4 commit 507e99a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

components/for-students-roles/Roles.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ import "./Roles.css";
1717
// link: "<Link to application>",
1818
// }
1919
// ];
20-
const info = [
21-
{
22-
role: "VP Software",
23-
link: "https://bit.ly/bpsoft2025",
24-
},
25-
];
20+
const info = [];
2621

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

0 commit comments

Comments
 (0)