Skip to content

Commit

Permalink
agenda change
Browse files Browse the repository at this point in the history
  • Loading branch information
comnk committed Nov 12, 2024
1 parent f10cfe5 commit eb782d9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 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

0 comments on commit eb782d9

Please sign in to comment.