From 48bcb534fbc92cd5157a5d3b6e96aeb58402bcc2 Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Mon, 8 Jan 2024 09:27:11 +0100 Subject: [PATCH] fix(nx-dev): improve styles --- nx-dev/nx-dev/pages/tips.tsx | 28 +++++++++++++------------- nx-dev/ui-common/src/lib/flip-card.tsx | 8 +++----- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/nx-dev/nx-dev/pages/tips.tsx b/nx-dev/nx-dev/pages/tips.tsx index 13984c05ecb88..e6410c0cb0542 100644 --- a/nx-dev/nx-dev/pages/tips.tsx +++ b/nx-dev/nx-dev/pages/tips.tsx @@ -23,7 +23,7 @@ const tips: NewYearTip[] = [ cardBack: (

What is Nx?

-

January 8th

+

January 8th

Which Style of Workspace is Right for You? -

January 9th

+

January 9th

What is Nx Cloud?

-

January 10th

+

January 10th

Add Nx to an Existing Project

-

January 11th

+

January 11th

Micro Frontends with Nx

-

January 12th

+

January 12th

Explore Example Repos

-

January 15th

+

January 15th

Nx can work with any technology stack and we have created examples for many of them. @@ -198,19 +198,19 @@ const tips: NewYearTip[] = [

{frameworkIcons.react.image} {frameworkIcons.angular.image} {frameworkIcons.vue.image} @@ -233,7 +233,7 @@ const tips: NewYearTip[] = [ cardBack: (

Let's Build a CLI

-

January 16th

+

January 16th

Nx Agents: The Next Leap in Distributed Task Execution -

January 17th

+

January 17th

Graduating to a Monorepo

-

January 18th

+

January 18th

Keep Your Tooling Up to Date

-

January 19th

+

January 19th

-
+
@@ -77,7 +75,7 @@ export function FlipCardFront({ children }: { children: ReactNode }) { export function FlipCardBack({ children }: { children: ReactNode }) { return ( - {({ fullDate }) => ( + {() => (
{children}