From 87405ea5c8aea802550ff57899e9c2d669c87635 Mon Sep 17 00:00:00 2001 From: Antoine RICHARD Date: Tue, 24 Sep 2024 10:36:30 +0200 Subject: [PATCH] fix: slides --- docs/markdown/02-routing/60-lab.md | 2 +- steps/02.01-pages-layout/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/markdown/02-routing/60-lab.md b/docs/markdown/02-routing/60-lab.md index fcfee8a..e037392 100644 --- a/docs/markdown/02-routing/60-lab.md +++ b/docs/markdown/02-routing/60-lab.md @@ -13,7 +13,7 @@ - Employees pages (List, Detail, Edit, Create) - Expenses page (List, Single) -**3. Create the application layouts** +**2. Create the application layouts** - Authentication layout for the login page - Dashboard layout for all the rest diff --git a/steps/02.01-pages-layout/README.md b/steps/02.01-pages-layout/README.md index 154a30f..686b1f9 100644 --- a/steps/02.01-pages-layout/README.md +++ b/steps/02.01-pages-layout/README.md @@ -15,13 +15,13 @@ npm run start -w 02.01 - Employees pages (List, Detail, Edit, Create) - Expenses page (List, Single) -**2. Add some metadatas (title, description)** - -**3. Create the application layouts** +**2. Create the application layouts** - Authentication layout for the login page - Dashboard layout for all the rest +**Bonus : Add some metadatas (title, description)** + ## Information Styling isn't important, don't waste time on finding the right Tailwind classes