diff --git a/components/for-students-roles/Roles.tsx b/components/for-students-roles/Roles.tsx index 33028de..ab2d3b1 100644 --- a/components/for-students-roles/Roles.tsx +++ b/components/for-students-roles/Roles.tsx @@ -17,12 +17,7 @@ import "./Roles.css"; // link: "", // } // ]; -const info = [ - { - role: "Developer", - link: "https://airtable.com/appibWFen3m2zIGMg/pag8wrvOPBXau7GVU/form", - }, -]; +const info = []; export default function Roles() { const hasRoles = info.length > 0;