Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎basic-cdn-v5/public/index.html

Lines changed: 5 additions & 5 deletions
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/bootstrap@5.1.3/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)

AltStyle によって変換されたページ (->オリジナル) /