Skip to content

Commit 070f0ff

Browse files
committed
fix(simple-animations): wrong challenge numbers & wrong latest challenge
1 parent 2cfee0f commit 070f0ff

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you would like to propose a challenge, this project is open source, so feel f
2424
2525
## Challenges
2626

27-
Check [all 45 challenges](https://angular-challenges.vercel.app/)
27+
Check [all 46 challenges](https://angular-challenges.vercel.app/)
2828

2929
## Contributors ✨
3030

docs/src/content/docs/es/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import MyIcon from '../../../components/MyIcon.astro';
2626
import SubscriptionForm from '../../../components/SubscriptionForm.astro';
2727

2828
<CardGrid>
29-
<Card title="45 Desafíos">
30-
Este repositorio contiene 45 Desafíos relacionados con <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> y <b>Typescript</b>.
29+
<Card title="46 Desafíos">
30+
Este repositorio contiene 46 Desafíos relacionados con <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> y <b>Typescript</b>.
3131
Estos desafíos se resuelven en torno a problemas de la vida real o características específicas para mejorar tus habilidades.
3232
</Card>
3333

docs/src/content/docs/fr/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import MyIcon from '../../../components/MyIcon.astro';
2828
import SubscriptionForm from '../../../components/SubscriptionForm.astro';
2929

3030
<CardGrid>
31-
<Card title="45 Défis">
32-
Ce répertoire rassemble 45 Défis liés à <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> et <b>Typescript</b>. Ces défis portent sur des problèmes réels ou des fonctionnalités spécifiques pour améliorer vos compétences.
31+
<Card title="46 Défis">
32+
Ce répertoire rassemble 46 Défis liés à <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> et <b>Typescript</b>. Ces défis portent sur des problèmes réels ou des fonctionnalités spécifiques pour améliorer vos compétences.
3333
</Card>
3434

3535
<Card title="Subscribe to get notify of latest challenges">

docs/src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
icon: right-arrow
1414
variant: primary
1515
- text: Go to the latest Challenge
16-
link: /challenges/angular/45-react-in-angular/
16+
link: /challenges/angular/46-simple-animations/
1717
icon: rocket
1818
- text: Give a star
1919
link: https://github.com/tomalaforge/angular-challenges
@@ -27,8 +27,8 @@ import MyIcon from '../../components/MyIcon.astro';
2727
import SubscriptionForm from '../../components/SubscriptionForm.astro';
2828

2929
<CardGrid>
30-
<Card title="45 Challenges">
31-
This repository gathers 45 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
30+
<Card title="46 Challenges">
31+
This repository gathers 46 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
3232
These challenges resolve around real-life issues or specific features to elevate your skills.
3333
</Card>
3434

docs/src/content/docs/pt/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import MyIcon from '../../../components/MyIcon.astro';
2626
import SubscriptionForm from '../../../components/SubscriptionForm.astro';
2727

2828
<CardGrid>
29-
<Card title="45 Desafios">
30-
Este repositório possui 45 Desafios relacionados a <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>,
29+
<Card title="46 Desafios">
30+
Este repositório possui 46 Desafios relacionados a <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>,
3131
<b>Ngrx</b> e <b>Typescript</b>.
3232
Esses desafios são voltados para problemas reais ou funcionalidades específicas afim de
3333
melhorar suas habilidades.

docs/src/content/docs/ru/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import MyIcon from '../../../components/MyIcon.astro';
2626
import SubscriptionForm from '../../../components/SubscriptionForm.astro';
2727

2828
<CardGrid>
29-
<Card title="45 Испытания">
30-
Этот репозиторий содержит 45 Испытания, связанных с <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
29+
<Card title="46 Испытания">
30+
Этот репозиторий содержит 46 Испытания, связанных с <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
3131
Испытания основаны на реальных задачах или инструментах для того, чтобы прокачать вас.
3232
</Card>
3333

0 commit comments

Comments
 (0)