From 9ba91576291a6cced44f7d48690603514c3a3d9e Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 17 Aug 2023 15:12:29 -0700 Subject: [PATCH] A11y fjdsklafjdsalfhdskjahfjdlsa (#40938) --- src/graphql/pages/explorer.tsx | 1 + src/landings/components/RepoCard.tsx | 2 +- src/landings/components/UserCard.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/graphql/pages/explorer.tsx b/src/graphql/pages/explorer.tsx index 900d3ac964..c6e382504a 100644 --- a/src/graphql/pages/explorer.tsx +++ b/src/graphql/pages/explorer.tsx @@ -33,6 +33,7 @@ export default function GQLExplorer({ mainContext, graphqlExplorerUrl }: Props) className="border width-full" scrolling="no" src={graphqlExplorerUrl} + title="GitHub GraphQL API" >

You must have iframes enabled to use this feature.

diff --git a/src/landings/components/RepoCard.tsx b/src/landings/components/RepoCard.tsx index 7283727916..8a046d4d2e 100644 --- a/src/landings/components/RepoCard.tsx +++ b/src/landings/components/RepoCard.tsx @@ -19,7 +19,7 @@ export const RepoCard = ({ repo, href }: Props) => { />
-

{repo.repo}

+

{repo.repo}

{repo.description}

diff --git a/src/landings/components/UserCard.tsx b/src/landings/components/UserCard.tsx index 10682259cf..f36b43e63b 100644 --- a/src/landings/components/UserCard.tsx +++ b/src/landings/components/UserCard.tsx @@ -19,7 +19,7 @@ export const UserCard = ({ user, href }: Props) => { />
-

{user.username}

+

{user.username}

{user.description}