-
+
@@ -54,123 +241,34 @@ export default function Community(): JSX.Element {

- - - - - - - - - - - -

- Add Nx to an Existing Project -

-
-
- - - - - -

Explore Example Repos

-
-
- - -

Let's Build a CLI

-
-
- - -

Optimizing Your CI/CD

-
-
- - - - - - + {tips.map((tip) => ( + setCurrentModal(tip.day)} + > + {tip.cardBack} + + ))}
-
-
-
- - January 1st, 2024 - - - What is Nx? - -
- -
-

Here is some text about what Nx is

-

- Read more in our{' '} - - Intro to Nx - -

-
-
- - January 2nd, 2024 - - - Which Style of Workspace is Right for You? - -
- -
-

Here is some text about ways to use Nx

-

- Read more in our{' '} - - Types of Repos Guide - -

-
-
-
+ + {tips.map((tip) => ( + { + setCurrentModal(0); + }} + > + {tip.modalHeader} +
{tip.modalContent}
+
+ ))}