Skip to content

Commit

Permalink
remove redundant favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ash99d committed Oct 1, 2021
1 parent 1a0b19f commit f968ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql/playground/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var page = template.Must(template.New("graphiql").Parse(`<!DOCTYPE html>
<head>
<meta charset=utf-8/>
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
<link rel="shortcut icon" href="https://graphcool-playground.netlify.com/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/graphql-playground-react@{{ .version }}/build/static/css/index.css"
integrity="{{ .cssSRI }}" crossorigin="anonymous"/>
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/npm/graphql-playground-react@{{ .version }}/build/favicon.png"
Expand Down

0 comments on commit f968ad9

Please sign in to comment.