Skip to content

Commit

Permalink
Add role and aria-label to svg logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Dec 19, 2024
1 parent b45d108 commit 3584e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/common/nasa-logo-color.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import React from 'react';
export default function NasaLogoColor() {
return (
<svg
role='img'
aria-label='NASA Logo'
width='44'
height='44'
viewBox='0 0 44 44'
Expand Down

0 comments on commit 3584e15

Please sign in to comment.