Skip to content

Commit daf3c79

Browse files
RomanHotsiyIvanGoncharov
authored andcommitted
Fix bootstrap version in the demo
fixes #16, fixes #15
1 parent 6a9d09b commit daf3c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</style>
3434
<title> GraphQL Lodash by APIs.guru </title>
3535
<meta name="viewport" content="width=device-width, initial-scale=1">
36-
<link rel="stylesheet" media="screen" href="//maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
36+
<link rel="stylesheet" media="screen" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css">
3737
<link href="bundle.css" rel="stylesheet">
3838
</head>
3939
<body>

0 commit comments

Comments
 (0)