Skip to content

Commit d6fdcd6

Browse files
authored
Including correct version of CDN css (#257)
Changed CSS CDN link to point towards Bootstrap 5 as shown in documents, instead of old link to Bootstrap 4.
1 parent f8a1a91 commit d6fdcd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: basic-cdn-v5/public/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66

77
<!-- Including the bootstrap css via CDN -->
8-
<link
9-
rel="stylesheet"
10-
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
11-
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
11+
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
1212
crossorigin="anonymous"
13-
>
13+
/>
1414

1515
<title>React-Bootstrap CodeSandbox Starter</title>
1616
</head>

0 commit comments

Comments
 (0)