Skip to content

Commit

Permalink
remove organizer applications from recruitment page (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Apr 20, 2024
1 parent eca08a1 commit e9d2704
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/src/app/views/recruitment/Recruitment.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import lightBulb from "assets/icons/light_bulb.svg";
import searchIcon from "assets/icons/search_icon.svg";
import gears from "assets/icons/gears.svg";
import "./Recruitment.scss";
import Button from "react-bootstrap/Button";


const COMMITTEES = {
Corporate: <Corporate />,
Expand Down Expand Up @@ -66,17 +64,8 @@ function Recruitment() {
</Tab>
))}
</Tabs>
<Button
href="https://airtable.com/appi73UpO0E7U0RwR/shrvkL0Up9bQVXz0l"
target="_blank"
rel="noreferrer noopener"
className="apply"
>
<strong>Interested? Apply Now!</strong>
</Button>
</Container>
</section>

</div>
);
}
Expand Down

0 comments on commit e9d2704

Please sign in to comment.