Skip to content

Commit c0b0080

Browse files
committed
material icons
1 parent de5aaee commit c0b0080

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

server/client/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-->
1111
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
1212
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
13+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1314
<!--
1415
Notice the use of %PUBLIC_URL% in the tags above.
1516
It will be replaced with the URL of the `public` folder during the build.

server/client/src/components/Dashboard.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const Dashboard = () => {
44
return (
55
<div>
66
Dashboard
7+
<div className="fixed-action-btn">
8+
<a className="btn-floating btn-large red">
9+
<i className="material-icons">add</i>
10+
</a>
11+
</div>
712
</div>
813
);
914
};

0 commit comments

Comments
 (0)