File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
workshop/docs/workshop/Challenge-3-and-4 Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ One of the easiest and most fun changes you can make to the app is updating the
44
55---
66
7- ## ** Step 1: Prepare Your New Logo**
7+ ### Step 1: Prepare Your New Logo**
881 . Create or use a new logo (e.g contosoImg logo) in ` src/app/src/Assets/ ` .
992 . Save the logo as an image file (e.g., ` logo.png ` ).
10103 . Ensure the image has a reasonable size (e.g., 100x100 pixels) for better display.
@@ -14,11 +14,12 @@ One of the easiest and most fun changes you can make to the app is updating the
1414---
1515
1616
17- ## Step 2: Update the Logo Component
17+ ### Step 2: Update the Logo Component
1818
19191 . Open the ` App.tsx ` file located at:
20- ` src/App/src/App.tsx `
21-
20+ ```
21+ src/App/src/App.tsx
22+ ```
2223
23242 . Comment out the original import on ** line 24** :
2425
@@ -34,7 +35,7 @@ One of the easiest and most fun changes you can make to the app is updating the
3435
35364 . Locate the current logo implementation (around line 309):
3637
37- ``` tsx
38+ ``` tsx
3839 <AppLogo />
3940 ```
4041
@@ -48,7 +49,7 @@ One of the easiest and most fun changes you can make to the app is updating the
4849
4950
5051
51- ## Step 3: Run the App
52+ ### Step 3: Run the App
5253
53541 . Open a terminal or command prompt.
5455
You can’t perform that action at this time.
0 commit comments