Skip to content

Commit

Permalink
Hide Ukraine-help components (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Feb 13, 2024
1 parent a967485 commit 788a902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import Hype from "/components/NewLayout/Frontpage/Hype"
import { ModuleNavigation } from "/components/NewLayout/Frontpage/Modules"
// import News from "/components/NewLayout/Frontpage/News"
import SelectedCourses from "/components/NewLayout/Frontpage/SelectedCourses"
import UkraineInfo from "/components/NewLayout/Frontpage/UkraineInfo"

// import UkraineInfo from "/components/NewLayout/Frontpage/UkraineInfo"

const HomeContainer = styled("div")`
display: flex;
Expand All @@ -23,7 +24,7 @@ const Home = () => {
<FrontpageHero />
{/*<News />*/}
<Hype />
<UkraineInfo />
{/* <UkraineInfo /> */}
<SelectedCourses />
<ModuleNavigation />
</ContentContainer>
Expand Down

0 comments on commit 788a902

Please sign in to comment.