From de765d93079b37097457e7fd02527d681133fb36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=ADrian=20Silva?= Date: Tue, 21 May 2024 11:38:16 -0300 Subject: [PATCH] update neurips content --- src/pages/BaiWorkshops/BAI2024/GridOfContents.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/BaiWorkshops/BAI2024/GridOfContents.js b/src/pages/BaiWorkshops/BAI2024/GridOfContents.js index 63223a5..79b7cb6 100644 --- a/src/pages/BaiWorkshops/BAI2024/GridOfContents.js +++ b/src/pages/BaiWorkshops/BAI2024/GridOfContents.js @@ -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', @@ -132,4 +133,4 @@ GridOfContents.propTypes = { classes: PropTypes.object.isRequired, }; -export default withStyles(styles)(GridOfContents); \ No newline at end of file +export default withStyles(styles)(GridOfContents);