Skip to content

Commit a80cda6

Browse files
add links to pl and pm apps (#94)
1 parent 507e99a commit a80cda6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

components/for-students-roles/Roles.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ import "./Roles.css";
1717
// link: "<Link to application>",
1818
// }
1919
// ];
20-
const info = [];
20+
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+
];
2130

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

0 commit comments

Comments
 (0)