Skip to content

Commit

Permalink
Add missing question mark to html files
Browse files Browse the repository at this point in the history
And update the desired-outcome.png
  • Loading branch information
sai-nayunipati committed Jul 29, 2022
1 parent 35adbf6 commit 0713c6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified flex/04-flex-information/desired-outcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flex/04-flex-information/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="text">This is a type of plant. We love this one.</div>

<img src="./images/chilli.png" alt="chili">
<div class="text">This is another type of plant. Isn't it nice</div>
<div class="text">This is another type of plant. Isn't it nice?</div>

<img src="./images/pepper.png" alt="pepper">
<div class="text">We have so many plants. Yay plants.</div>
Expand Down
2 changes: 1 addition & 1 deletion flex/04-flex-information/solution/solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="info">
<img src="./images/chilli.png" alt="chili">
<div class="text">This is another type of plant. Isn't it nice</div>
<div class="text">This is another type of plant. Isn't it nice?</div>
</div>
<div class="info">
<img src="./images/pepper.png" alt="pepper">
Expand Down

0 comments on commit 0713c6f

Please sign in to comment.