Skip to content

Commit 95a0199

Browse files
feat: remove developer app link to for-students (#99)
1 parent 2b7b745 commit 95a0199

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: "Developer",
23-
link: "https://airtable.com/appibWFen3m2zIGMg/pag8wrvOPBXau7GVU/form",
24-
},
25-
];
20+
const info = [];
2621

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

0 commit comments

Comments
 (0)