There was an error while loading. Please reload this page.
2 parents f4a76d6 + 435e243 commit f589451Copy full SHA for f589451
2 files changed
src/App.css
@@ -162,10 +162,11 @@ input {
162
.terminalBox {
163
height: 400px;
164
overflow: auto;
165
+ /* border-radius: 8px; */
166
/* border: 1px solid transparent; */
167
box-sizing: border-box;
168
position: relative;
- box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.25);
169
+ /* box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.25); */
170
/* display: flex;
171
flex-direction: column-reverse; */
172
}
src/presentation/pages/logs/logs.js
@@ -64,7 +64,7 @@ function Logs() {
64
logMinute = logMinute.toString();
65
logSecond = logSecond.toString();
66
67
- const loggedTime = `${logHour}${logMinute}`;
+ const loggedTime = `${logHour}:${logMinute}`;
68
69
feed.push(
70
<Text type="logView" date="" time={loggedTime} text={message}></Text>
0 commit comments