Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
add missing alt text.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Nov 16, 2020
1 parent 2b62be6 commit 645c594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contents/gitpod-vs-codespaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const features: FeatureCardProps[] = [
</ul>
</>
),
src: GitPlatforms
src: GitPlatforms,
alt: 'Git Platforms'
}
]
1 change: 1 addition & 0 deletions src/contents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const features: FeatureCardProps[] = [
{
id: 'teams-together',
src: Collaboration,
alt: 'A code review within Gitpod',
title: (
<strong>
Where Teams
Expand Down

0 comments on commit 645c594

Please sign in to comment.