We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5aaee commit c0b0080Copy full SHA for c0b0080
server/client/public/index.html
@@ -10,6 +10,7 @@
10
-->
11
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
12
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
13
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
14
<!--
15
Notice the use of %PUBLIC_URL% in the tags above.
16
It will be replaced with the URL of the `public` folder during the build.
server/client/src/components/Dashboard.js
@@ -4,6 +4,11 @@ const Dashboard = () => {
4
return (
5
<div>
6
Dashboard
7
+ <div className="fixed-action-btn">
8
+ <a className="btn-floating btn-large red">
9
+ <i className="material-icons">add</i>
+ </a>
+ </div>
</div>
);
};
0 commit comments