From 8cdaef0b3829c98c718389e49a1e5e6a9fff6486 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 15 Feb 2024 17:37:29 +0100 Subject: [PATCH] fix: frontmatter --- .../content/docs/challenges/angular/44-view-transition.md | 1 - .../content/docs/challenges/angular/45-react-in-angular.md | 7 ++++--- .../docs/pt/challenges/angular/44-view-transition.md | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/challenges/angular/44-view-transition.md b/docs/src/content/docs/challenges/angular/44-view-transition.md index 46ae580..6dbf211 100644 --- a/docs/src/content/docs/challenges/angular/44-view-transition.md +++ b/docs/src/content/docs/challenges/angular/44-view-transition.md @@ -6,7 +6,6 @@ challengeNumber: 44 command: angular-view-transition sidebar: order: 208 - badge: New --- ## Information diff --git a/docs/src/content/docs/challenges/angular/45-react-in-angular.md b/docs/src/content/docs/challenges/angular/45-react-in-angular.md index e71ab68..96443c7 100644 --- a/docs/src/content/docs/challenges/angular/45-react-in-angular.md +++ b/docs/src/content/docs/challenges/angular/45-react-in-angular.md @@ -5,7 +5,7 @@ author: wandrille-guesdon challengeNumber: 45 command: angular-react-in-angular sidebar: - order: NaN + order: 209 badge: New --- @@ -60,14 +60,15 @@ npm i --save-dev @types/react @types/react-dom
Hint 3 - Display To render the component, it should look like this: - + ``` .render( ... ) - ``` + ``` +
diff --git a/docs/src/content/docs/pt/challenges/angular/44-view-transition.md b/docs/src/content/docs/pt/challenges/angular/44-view-transition.md index 7391bb4..ead29d4 100644 --- a/docs/src/content/docs/pt/challenges/angular/44-view-transition.md +++ b/docs/src/content/docs/pt/challenges/angular/44-view-transition.md @@ -6,7 +6,6 @@ challengeNumber: 44 command: angular-view-transition sidebar: order: 208 - badge: New --- ## Informação