Skip to content

Commit 1d6d7ff

Browse files
more changes
1 parent 4de4f78 commit 1d6d7ff

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

workshop/docs/workshop/Challenge-3-and-4/Challenge-3.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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**
88
1. Create or use a new logo (e.g contosoImg logo) in `src/app/src/Assets/`.
99
2. Save the logo as an image file (e.g., `logo.png`).
1010
3. 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

1919
1. Open the `App.tsx` file located at:
20-
`src/App/src/App.tsx`
21-
20+
```
21+
src/App/src/App.tsx
22+
```
2223

2324
2. 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

3536
4. 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

5354
1. Open a terminal or command prompt.
5455

0 commit comments

Comments
 (0)