Skip to content

Commit

Permalink
Merge pull request #24 from blackinai/neurips23
Browse files Browse the repository at this point in the history
small component fix
  • Loading branch information
mirianfsilva committed Dec 1, 2023
2 parents 44b2580 + 396149a commit acc0741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/BaiWorkshops/BAI2023/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import image from './../../../assets/img/general/header-bai-2023.png';
import Loader from '../../../loader';
import SponsorsHome from '../../../components/SponsorsHome';

function BAI2021() {
function BAI2023() {
return (
<ThemeProvider theme={theme}>
<Loader />
Expand All @@ -23,4 +23,4 @@ function BAI2021() {
);
}

export default withRoot(BAI2021);
export default withRoot(BAI2023);

0 comments on commit acc0741

Please sign in to comment.