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

Commit 645c594

Browse files
committed
add missing alt text.
1 parent 2b62be6 commit 645c594

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/contents/gitpod-vs-codespaces.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const features: FeatureCardProps[] = [
5959
</ul>
6060
</>
6161
),
62-
src: GitPlatforms
62+
src: GitPlatforms,
63+
alt: 'Git Platforms'
6364
}
6465
]

src/contents/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const features: FeatureCardProps[] = [
3636
{
3737
id: 'teams-together',
3838
src: Collaboration,
39+
alt: 'A code review within Gitpod',
3940
title: (
4041
<strong>
4142
Where Teams

0 commit comments

Comments
 (0)