Skip to content

Commit 1c5120b

Browse files
authored
Merge pull request #236 from graphcool/mixed
Fix mixed content yoga
2 parents 7807ba7 + 15cd269 commit 1c5120b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/graphql-playground-middleware-express/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function renderPlaygroundPage(options: MiddlewareOptions) {
4545
font-weight: 400;
4646
}
4747
</style>
48-
<img src='http://cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
48+
<img src='//cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
4949
<div class="loading">
5050
Loading <span class="title">GraphQL Playground</span>
5151
</div>

packages/graphql-playground-middleware-hapi/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function renderPlaygroundPage(options: MiddlewareOptions) {
4545
font-weight: 400;
4646
}
4747
</style>
48-
<img src='http://cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
48+
<img src='//cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
4949
<div class="loading">
5050
Loading <span class="title">GraphQL Playground</span>
5151
</div>

packages/graphql-playground-middleware-koa/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function renderPlaygroundPage(options: MiddlewareOptions) {
4545
font-weight: 400;
4646
}
4747
</style>
48-
<img src='http://cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
48+
<img src='//cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
4949
<div class="loading">
5050
Loading <span class="title">GraphQL Playground</span>
5151
</div>

packages/graphql-playground-middleware-lambda/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function renderPlaygroundPage(options: MiddlewareOptions) {
4545
font-weight: 400;
4646
}
4747
</style>
48-
<img src='http://cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
48+
<img src='//cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
4949
<div class="loading">
5050
Loading <span class="title">GraphQL Playground</span>
5151
</div>

packages/graphql-playground-middleware/src/render-playground-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function renderPlaygroundPage(options: MiddlewareOptions) {
4545
font-weight: 400;
4646
}
4747
</style>
48-
<img src='http://cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
48+
<img src='//cdn.jsdelivr.net/npm/graphql-playground/build/logo.png' alt=''>
4949
<div class="loading">
5050
Loading <span class="title">GraphQL Playground</span>
5151
</div>

0 commit comments

Comments
 (0)