diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 1ae7fa1..b6bfee7 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -39,7 +39,7 @@ const Footer = () => { {items} -
© Blueprint 2023
+
© Blueprint 2025
); }; diff --git a/components/RoleCard/RoleCard.css b/components/RoleCard/RoleCard.css index 3670274..c15535e 100644 --- a/components/RoleCard/RoleCard.css +++ b/components/RoleCard/RoleCard.css @@ -26,11 +26,6 @@ width: 20px; } -.moniter { - width: 40px; - height: 40px; -} - @media (max-width: 1350px) { .roleTitle { font-size: 20px; diff --git a/components/RoleCard/RoleCard.tsx b/components/RoleCard/RoleCard.tsx index 704af85..82a5cb6 100644 --- a/components/RoleCard/RoleCard.tsx +++ b/components/RoleCard/RoleCard.tsx @@ -4,9 +4,6 @@ import "./RoleCard.css"; export default function RoleCard({ role, link }) { return ( -
- -
{role} @@ -19,7 +16,7 @@ export default function RoleCard({ role, link }) { className="apply-button" variant="filled" color="#228BE6" - ref={link} + href={link} component="a" rightSection={} > diff --git a/components/for-students-roles/Roles.tsx b/components/for-students-roles/Roles.tsx index ab2d3b1..74594a9 100644 --- a/components/for-students-roles/Roles.tsx +++ b/components/for-students-roles/Roles.tsx @@ -17,7 +17,32 @@ import "./Roles.css"; // link: "", // } // ]; -const info = []; +const info = [ + { + role: "VP Software", + link: "https://bit.ly/bpexec2025", + }, + { + role: "VP Product", + link: "https://bit.ly/bpexec2025", + }, + { + role: "VP Design", + link: "https://bit.ly/bpexec2025", + }, + { + role: "VP External", + link: "https://bit.ly/bpexec2025", + }, + { + role: "VP Events", + link: "https://bit.ly/bpexec2025", + }, + { + role: "VP Finance", + link: "https://bit.ly/bpexec2025", + }, +]; export default function Roles() { const hasRoles = info.length > 0; diff --git a/public/monitor.svg b/public/monitor.svg deleted file mode 100644 index 2c62682..0000000 --- a/public/monitor.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -