Skip to content

Commit

Permalink
Update for spring
Browse files Browse the repository at this point in the history
  • Loading branch information
weebao committed Jan 24, 2024
1 parent af8fd03 commit 60dfc2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Particles from 'react-particles-js';
import Container from 'react-bootstrap/Container';
import Row from 'react-bootstrap/Row';
import Col from 'react-bootstrap/Col';
import Button from 'react-bootstrap/Button';
import Card from 'react-bootstrap/Card';

import Footer from '../components/Footer';
Expand Down Expand Up @@ -53,7 +52,7 @@ export default function apply() {
<Row className="margin-bottom4">
<Col>
<h1>Roles at BUILD</h1>
<p>*Fall 2023 application has been closed. We appreciate everyone for applying! Please look out for more updates in the spring semester!</p>
<p>Spring 2024 applications are now open. Please by Thursday, February 8th!</p>
</Col>
</Row>
<Row className="center">
Expand All @@ -71,7 +70,7 @@ export default function apply() {
<div
className="apply-btn"
onClick={() => {
window.open('https://forms.gle/WxHqBnCKyVMdTAcJ7');
window.open('https://forms.gle/nZR43PcqQNQbgtCg8');
}}
>
<div>
Expand All @@ -98,7 +97,7 @@ export default function apply() {
<div
className="apply-btn"
onClick={() => {
window.open('https://forms.gle/XicoFnRMEUkTr6CHA');
window.open('https://forms.gle/hjPdzXopGWTWJY4m8');
}}
>
<div>
Expand Down

0 comments on commit 60dfc2a

Please sign in to comment.