Skip to content

Commit 961c920

Browse files
authored
Merge pull request #21 from Umius-Brian/MVP-Features
MVP Features
2 parents 1cb2025 + 85f1193 commit 961c920

File tree

4 files changed

+6
-76
lines changed

4 files changed

+6
-76
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: node.js
1+
language: node_js
22
node_js:
33
- "stable"
44
install:

app/components/MonitorHeader.jsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ const MonitorHeader = (props) => {
66
{title}
77
</div>
88
);
9-
}
9+
}
10+
11+
12+

app/stylesheets/routes.css

-62
This file was deleted.

app/stylesheets/sidebar.css

+1-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
color:white;
66
font-family: 'Nunito', sans-serif;
77
background-color: #24262F;
8-
/* display: flex; */
98
}
109

1110
.leftTopContainer {
@@ -24,14 +23,4 @@
2423
grid-auto-columns: 100%;
2524
align-items: center;
2625
align-content: center;
27-
}
28-
29-
30-
31-
32-
33-
/* img and div display flex flex direction row */
34-
/* height: 100px;
35-
position: relative;
36-
margin-left: -203px; */
37-
26+
}

0 commit comments

Comments
 (0)