Skip to content

Commit

Permalink
🚑 (FakeLoadingBar) fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Apr 5, 2024
1 parent be9c31b commit f691626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-introduction/first_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Instead of rendering each element separately, we rendered the `Title`, `Header`
### `FakeLoadingBar`
Now let's add a `FakeLoadingBar` _animated_ element to your previous code and run it. [Learn more](https://morgankryze.github.io/ConsoleAppVisuals/3-references/ConsoleAppVisuals.InteractiveElements.FakeLoadingBar.html)
Now let's add a `FakeLoadingBar` _animated_ element to your previous code and run it. [Learn more](https://morgankryze.github.io/ConsoleAppVisuals/3-references/ConsoleAppVisuals.AnimatedElements.FakeLoadingBar.html)
```csharp
FakeLoadingBar loadingBar = new FakeLoadingBar();
Expand Down

0 comments on commit f691626

Please sign in to comment.