Skip to content

Commit 30a14cf

Browse files
committed
improvements
1 parent a2431c0 commit 30a14cf

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

exercises/02.metadata/01.solution.styling/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Adding styles and fonts to our apps
2+
13
Congratulations! You've successfully added styles and fonts to your React Router application! 🎉
24

35
In this exercise, you have used the `links` export to include a global stylesheet and a

exercises/02.metadata/02.solution.titles-react/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Adding Titles with React 19
2+
13
Congratulations! You have completed the exercise. 🎉
24

35
In this exercise, you have used React 19 JSX metadata tags to add titles to your pages.

exercises/02.metadata/03.solution.titles-with-meta/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Metadata with the meta export
2+
13
Well done! You have successfully added metadata to your routes using the `meta` export.
24
This allows you to set dynamic titles for each page in your application by merging
35
the parent route's metadata with the current route's metadata.

0 commit comments

Comments
 (0)