Skip to content

Commit

Permalink
chore: updates natds-web
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminnvaz committed Jan 13, 2021
1 parent 4848498 commit af07ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@naturacosmeticos/natds-web": "^1.0.0-alpha.3",
"@naturacosmeticos/natds-web": "1.4.0",
"babel-loader": "8.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
2 changes: 2 additions & 0 deletions examples/react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-icons@latest/dist/natds-icons.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;500&display=swap" rel="stylesheet" />
<title>Design System Web for React 16.9 Example App</title>
<!-- Fonts to support Material Design -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
Expand Down
2 changes: 1 addition & 1 deletion examples/react/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from 'react-dom'
import {App} from "./App";
import { App } from "./App";

ReactDOM.render(
<App />,
Expand Down

0 comments on commit af07ccd

Please sign in to comment.