Skip to content

Commit 879039a

Browse files
authored
Merge pull request #2141 from arslee07/patch-1
Use the correct GIF for the progress bar example
2 parents 170db35 + 921ddec commit 879039a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/progress_bar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple progress bar that can be filled by using a slider.
55
The __[`main`]__ file contains all the code of the example.
66

77
<div align="center">
8-
<img src="https://iced.rs/examples/pokedex.gif">
8+
<img src="https://iced.rs/examples/progress_bar.gif">
99
</div>
1010

1111
You can run it with `cargo run`:

0 commit comments

Comments
 (0)