There was an error while loading. Please reload this page.
1 parent ff45b08 commit 48072a0Copy full SHA for 48072a0
snapshot-server/index.js
@@ -95,7 +95,7 @@ function getFormattedDate() {
95
}
96
97
const getComment = (f) => new Promise((_resolve) => {
98
- const timeout = setTimeout(() => {_resolve('')}, 500); // Don't let it stall
+ const timeout = setTimeout(() => {resolve('')}, 500); // Don't let it stall
99
100
const resolve = (value) => {
101
_resolve(value);
snapshot-server/public/style.css
@@ -36,6 +36,8 @@ h1, h2 {
36
display: flex;
37
justify-content: space-between;
38
align-items: center;
39
+
40
+ gap: 2rem;
41
42
43
button {
0 commit comments