Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 30, 2024
1 parent 4637e26 commit a1bcecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/SearchBar/GraphiQLRouteButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function GraphiQLRouteButton({ tripQueryVariables }: { tripQueryVariables: TripQ
return (
<Button href={graphiQLUrl + '&query=' + formattedQuery + '&variables=' + formattedVariables} target={'_blank'}>
<img
alt="Openin GraphiQL"
alt="Open in GraphiQL"
title="Open in GraphiQL"
src={logo}
width="20"
Expand Down

0 comments on commit a1bcecf

Please sign in to comment.