Skip to content

Commit

Permalink
Update Img tag refactor: citizen engagement (#4732)
Browse files Browse the repository at this point in the history
* Update Img tag refactor: citizen engagement

* get rid of the space

---------

Co-authored-by: olivia <[email protected]>
  • Loading branch information
oliviazhai and olivia authored Jun 8, 2023
1 parent e622bfc commit 593f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/program-area-pages-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4>Impact</h4>
<div class="sustainable-dev-goal">
<h4>Sustainable Development Goal</h4>
<div class="card-bottom-info">
<img class="sdg-image" src="{{ item.sdg-image-src }}" alt="{{ item.sdg-image-alt }}" />
<img class="sdg-image" src="{{ item.sdg-image-src }}" alt="{{ item.sdg-image-alt }}">
<p>{{ item.sdg }}</p>
</div>
</div>
Expand Down

0 comments on commit 593f698

Please sign in to comment.