Skip to content

Commit

Permalink
img-tag-refactor-program-areas-page-5139
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan20203 committed Aug 4, 2023
1 parent bd18af9 commit a98ab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/program-areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="title1">Program Areas</h1>
{% if program_areas[1].size > 0 %}
<div class="page-card card-primary page-card-lg page-card-container">
<div class="page-card-image-container">
<img class="page-card-image" src="{{ program_areas[1].image }}" alt="" />
<img class="page-card-image" src="{{ program_areas[1].image }}" alt="">
</div>
<div class="page-card-content">
<h2 class="title4">{{program_areas[1].name}}</h2>
Expand Down

0 comments on commit a98ab8a

Please sign in to comment.