Skip to content

Commit

Permalink
feat: include ui library changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernat committed Jul 1, 2019
1 parent 98e7bdc commit 259e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->

<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="stylesheet" type="text/css" href="https://cdn.fromdoppler.com/doppler-ui-library/v3.1.1/css/styles.css">
<link rel="stylesheet" type="text/css" href="https://cdn.fromdoppler.com/doppler-ui-library/v3.2.1/css/styles.css">
<link rel="stylesheet" type="text/css" href="zoho-chat.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand Down Expand Up @@ -47,7 +47,7 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="text/javascript" src="https://cdn.fromdoppler.com/doppler-ui-library/v3.1.1/js/app.js"></script>
<script type="text/javascript" src="https://cdn.fromdoppler.com/doppler-ui-library/v3.2.1/js/app.js"></script>
<script type="text/javascript" src="zoho-chat.js"></script>
<link rel="stylesheet" type="text/css" href="zoho-chat.css">
</body>
Expand Down

0 comments on commit 259e904

Please sign in to comment.