Skip to content

Commit

Permalink
hide workshops display until there is content
Browse files Browse the repository at this point in the history
  • Loading branch information
Allynixtor committed Jun 5, 2023
1 parent e6e5477 commit 5589a0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 78 deletions.
25 changes: 0 additions & 25 deletions data/workshops/2521-fundamentals-23T2.mdx

This file was deleted.

49 changes: 0 additions & 49 deletions data/workshops/2521-fundamentals-23T2/anagram.mdx

This file was deleted.

6 changes: 4 additions & 2 deletions pages/articles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ const Articles: NextPage = ({ articles, allTags, courseOfferingContent, workshop
<CourseRevisionContainerHomePage allCourseRevisionOfferings={courseOfferingContent} />
</Flex>

<Flex
{/* Uncomment once we have content for workshops */}

{/* <Flex
as="main"
css={{
flexDirection: 'column',
Expand All @@ -155,7 +157,7 @@ const Articles: NextPage = ({ articles, allTags, courseOfferingContent, workshop
Explore the many workshops our Education Team has curated to become big brain.
</Text>
<WorkshopsContainerHomePage allWorkshopsOffering={workshopOfferingContent} />
</Flex>
</Flex> */}

<Text
size="headline"
Expand Down
6 changes: 4 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ const Home: NextPage = ({ articles, courseOfferingContent, workshopOfferingConte
</Text>
<CourseRevisionContainerHomePage allCourseRevisionOfferings={courseOfferingContent} />
</Flex>
<Flex
{/* Uncomment once we have content for workshops */}

{/* <Flex
as="main"
css={{
flexDirection: 'column',
Expand All @@ -108,7 +110,7 @@ const Home: NextPage = ({ articles, courseOfferingContent, workshopOfferingConte
Explore the many workshops our Education Team has curated to become big brain.
</Text>
<WorkshopsContainerHomePage allWorkshopsOffering={workshopOfferingContent} />
</Flex>
</Flex> */}
<Flex
as="main"
css={{
Expand Down

0 comments on commit 5589a0f

Please sign in to comment.