We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507e99a commit a80cda6Copy full SHA for a80cda6
1 file changed
components/for-students-roles/Roles.tsx
@@ -17,7 +17,16 @@ import "./Roles.css";
17
// link: "<Link to application>",
18
// }
19
// ];
20
-const info = [];
+const info = [
21
+ {
22
+ role: "Project Lead",
23
+ link: "https://bit.ly/bppl2025",
24
+ },
25
26
+ role: "Product Manager",
27
+ link: "https://bit.ly/bpproduct2025",
28
29
+];
30
31
export default function Roles() {
32
const hasRoles = info.length > 0;
0 commit comments