Fixes issue #5 where alt text was missing.
This commit is contained in:
Robert McGovern 2022-02-07 15:05:50 +00:00
parent 80c22f498f
commit eaff8dd3e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="project-card stacked">
<a href="{{projectContent.url}}">
<img class="card__img" src="{{projectContent.screenshotURL}}"
alt="{{projectContent.AltText}}"/>
alt="{{projectContent.screenshotAltText}}"/>
</a>
<div class="card__content">
<h3 class="card__title">