Skip to content

Commit

Permalink
CreateImageWizard: drop alt text for cloud logos
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Jan 28, 2025
1 parent 9649907 commit 929c498
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const TargetEnvironment = () => {
<img
className="provider-icon"
src={'/apps/frontend-assets/partners-icons/aws.svg'}
alt="Amazon Web Services logo"
alt=""
/>
}
onClick={() => {
Expand All @@ -127,7 +127,7 @@ const TargetEnvironment = () => {
src={
'/apps/frontend-assets/partners-icons/google-cloud-short.svg'
}
alt="Google Cloud Platform logo"
alt=""
/>
}
onClick={() => {
Expand All @@ -151,7 +151,7 @@ const TargetEnvironment = () => {
src={
'/apps/frontend-assets/partners-icons/microsoft-azure-short.svg'
}
alt="Microsoft Azure logo"
alt=""
/>
}
onClick={() => {
Expand All @@ -173,7 +173,7 @@ const TargetEnvironment = () => {
<img
className="provider-icon"
src={'/apps/frontend-assets/partners-icons/oracle-short.svg'}
alt="Oracle Cloud Infrastructure logo"
alt=""
/>
}
onClick={() => {
Expand Down

0 comments on commit 929c498

Please sign in to comment.