We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b745 commit 95a0199Copy full SHA for 95a0199
1 file changed
components/for-students-roles/Roles.tsx
@@ -17,12 +17,7 @@ import "./Roles.css";
17
// link: "<Link to application>",
18
// }
19
// ];
20
-const info = [
21
- {
22
- role: "Developer",
23
- link: "https://airtable.com/appibWFen3m2zIGMg/pag8wrvOPBXau7GVU/form",
24
- },
25
-];
+const info = [];
26
27
export default function Roles() {
28
const hasRoles = info.length > 0;
0 commit comments