Skip to content

Commit

Permalink
fix footer img: add alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Aug 27, 2023
1 parent 034f4d6 commit 91fe581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Footer(props: Props) {
return <>
<div className="footer-content">
<nav className="footer-nav">
<div className='footer-logo'><img src={PBSLogo}></img></div>
<div className='footer-logo'><img alt='PBSLogo' src={PBSLogo}></img></div>
<div>
<button className='btn-nav btn-footer' onClick={() => navigate(`/${prevSlug}`)}>
{prevSection &&
Expand Down

0 comments on commit 91fe581

Please sign in to comment.