Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ucsddesignco/stride2024
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
aaronchan32 committed Nov 13, 2024
2 parents f05a574 + eea9b48 commit 73a3e56
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/components/About/Agenda/Agenda.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import './Agenda.scss';

const times = ['10:00 AM', '10:30 AM', '11:30 AM', '1:00 PM', '2:00 PM'];
const events = [
'Doors Open',
'Deloitte Talk',
'Illumina Talk',
'CoNote Talk',
'Doors Close'
];
const times = ['10:00 AM', '11:30 AM', '1:00 PM', '2:00 PM'];
const events = ['Doors Open', 'Illumina Talk', 'AoPS Talk', 'Doors Close'];

export default function Agenda() {
return (
Expand Down Expand Up @@ -165,7 +159,6 @@ export default function Agenda() {
))}
</tbody>
</table>
<p id="">*schedule subject to change</p>
</div>
</foreignObject>
</svg>
Expand Down Expand Up @@ -259,7 +252,6 @@ export default function Agenda() {
))}
</tbody>
</table>
<p id="">*schedule subject to change</p>
</div>
</foreignObject>
<path
Expand Down

0 comments on commit 73a3e56

Please sign in to comment.