Add alt text to roadmap images

This commit is contained in:
Lucas Phang 2021-05-07 14:48:19 +10:00
parent c36d0e27da
commit 91033b44c5

View file

@ -70,6 +70,7 @@ function Roadmap() {
<img
style={{ maxHeight: horizontal ? '90%' : 'auto' }}
src={`img/session-${horizontal ? 'x' : 'y'}.png`}
alt="Session's Roadmap and Plans for the future."
className="w-full rounded-md"
/>
</div>
@ -81,6 +82,7 @@ function Roadmap() {
<img
style={{ maxHeight: '90%' }}
src={`img/lokinet-${horizontal ? 'x' : 'y'}.jpg`}
alt="Lokinet's Roadmap and Plans for the future."
className="w-full rounded-md"
/>
</div>