Skip to content

Commit

Permalink
Fix the other GraphiQL CSS link
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Sep 9, 2022
1 parent 360ad5b commit 21f12f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cynic-querygen-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
This means it'll be in the cache when custom component is rendered
Which prevents a codemirror issue when rendered before it's CSS is loaded
-->
<link href="https://unpkg.com/graphiql@1.0.3/graphiql.min.css" rel="stylesheet" />
<link data-trunk rel="copy-file" href="js/dist/gql.js" />
<style>
#loaderContainer {
Expand Down
2 changes: 1 addition & 1 deletion cynic-querygen-web/js/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const GraphQLEditor = (props: EditorProps) => {
</style>

<link
href="https://unpkg.com/graphiql/graphiql.min.css"
href="https://unpkg.com/graphiql@1.0.3/graphiql.min.css"
rel="stylesheet"
/>
<div className="graphiql-container">
Expand Down

0 comments on commit 21f12f5

Please sign in to comment.