CDRH / african_poetics

Orchid / Rails site for Contemporary African Poets part of African Poetics site
0 stars 0 forks source link

Add alt text to footer logos #328

Closed erinchambers closed 6 months ago

erinchambers commented 1 year ago

Logo images in the footer needing alt text:

erinchambers commented 1 year ago

Turns out the alt text is in the <a> tags instead of the <img> tags. For example:

<a href="https://www.fordfoundation.org alt="Ford Foundation Logo" rel="external">
    <img src="/assets/template/ford_logo_white-
    fa1958d2498a314f96f366cdb5b0824f459ca9204900feb00395d940eed905b5.svg" />
</a>

Just need to move them to <img alt="">

erinchambers commented 6 months ago

Done