fix: replace imgur with s3 for english guide without conflict (#36053)
* fix: imgur to s3 for englsh guide without conflict (cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6) * fix: revert unrelated changes
This commit is contained in:
committed by
Parth Parth
parent
18e15830d9
commit
a16539becf
@@ -12,17 +12,17 @@ This is how the code result looks like:
|
||||
|
||||
Initial screen:
|
||||
|
||||
<img src="https://i.imgur.com/jrnu6mE.png" width="200px"></img>
|
||||
<img src="https://cdn-media-1.freecodecamp.org/imgr/jrnu6mE.png" width="200px"></img>
|
||||
|
||||
|
||||
Dropdown opened:
|
||||
|
||||
<img src="https://i.imgur.com/gszPtRa.png" width="200px"></img>
|
||||
<img src="https://cdn-media-1.freecodecamp.org/imgr/gszPtRa.png" width="200px"></img>
|
||||
|
||||
|
||||
Dropdown with option selected:
|
||||
|
||||
<img src="https://i.imgur.com/TKXxZGF.png" width="200px"></img>
|
||||
<img src="https://cdn-media-1.freecodecamp.org/imgr/TKXxZGF.png" width="200px"></img>
|
||||
|
||||
|
||||
#### HTML:
|
||||
|
Reference in New Issue
Block a user