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.description}
{user.description}