Skip to content

Commit

Permalink
update neurips content
Browse files Browse the repository at this point in the history
  • Loading branch information
mirianfsilva committed May 21, 2024
1 parent 31daf4d commit de765d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/BaiWorkshops/BAI2024/GridOfContents.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ function GridOfContents(props) {
url: '/#/workshop/bai2024-cfp',
},
{
title: 'Call For Reviewer/Area Chair (OPEN)',
title: 'Call For Reviewer/Area Chair (SOON)',
width: '33.3%',
url: 'https://forms.gle/Um2oimLaGkcwwaV4A',
URL: '',
// url: 'https://forms.gle/Um2oimLaGkcwwaV4A',
},
{
// title: 'Black in AI Travel Grant Application',
Expand Down Expand Up @@ -132,4 +133,4 @@ GridOfContents.propTypes = {
classes: PropTypes.object.isRequired,
};

export default withStyles(styles)(GridOfContents);
export default withStyles(styles)(GridOfContents);

0 comments on commit de765d9

Please sign in to comment.