We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f547ab4 commit 25dd071Copy full SHA for 25dd071
public/index.html
@@ -37,5 +37,15 @@
37
To begin the development, run `npm start` or `yarn start`.
38
To create a production bundle, use `npm run build` or `yarn build`.
39
-->
40
+
41
+ <!-- Global site tag (gtag.js) - Google Analytics -->
42
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-138307610-1"></script>
43
+ <script>
44
+ window.dataLayer = window.dataLayer || [];
45
+ function gtag(){dataLayer.push(arguments);}
46
+ gtag('js', new Date());
47
48
+ gtag('config', 'UA-138307610-1');
49
+ </script>
50
</body>
51
</html>
src/components/tasks/css/index.css
@@ -13,6 +13,7 @@ main > .container {
13
.task .actions {
14
float: right;
15
}
16
17
.remove-task,
18
.edit-task {
19
cursor: pointer;
0 commit comments