Skip to content

Commit 98c97ef

Browse files
committed
Fix demo cerulean stylesheet URL
1 parent cf721d6 commit 98c97ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>ReactCSSTransitionReplace</title>
1313

1414
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
15-
<link rel="stylesheet" href="//bootswatch.com/cerulean/bootstrap.min.css">
15+
<link rel="stylesheet" href="//bootswatch.com/3/cerulean/bootstrap.min.css">
1616
</head>
1717
<body>
1818
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)