SubOrg_Landing_Pages
Changes
client/public/index.html 2(+1 -1)
Details
client/public/index.html 2(+1 -1)
diff --git a/client/public/index.html b/client/public/index.html
index 3ef8443..82e6d24 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -9,7 +9,7 @@
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- font-awesome -->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--
Notice the use of %PUBLIC_URL% in the tag above.
It will be replaced with the URL of the `public` folder during the build.