Spaces:
Running
Running
Update debug-panel.jsx
Browse files- debug-panel.jsx +1 -1
debug-panel.jsx
CHANGED
|
@@ -91,7 +91,7 @@ function DebugLog({ debug, palette }) {
|
|
| 91 |
{d.user}
|
| 92 |
</div>
|
| 93 |
<div style={{ marginBottom: 4 }}>
|
| 94 |
-
<span style={{ color: palette.accent }}>
|
| 95 |
{d.reply}
|
| 96 |
</div>
|
| 97 |
<div style={{ color: palette.dim, fontSize: 11 }}>
|
|
|
|
| 91 |
{d.user}
|
| 92 |
</div>
|
| 93 |
<div style={{ marginBottom: 4 }}>
|
| 94 |
+
<span style={{ color: palette.accent }}>fetch> </span>
|
| 95 |
{d.reply}
|
| 96 |
</div>
|
| 97 |
<div style={{ color: palette.dim, fontSize: 11 }}>
|