ElisaTrippetti commited on
Commit
cb1c42d
verified
1 Parent(s): c53286a

Update debug-panel.jsx

Browse files
Files changed (1) hide show
  1. 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 }}>reply&gt; </span>
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&gt; </span>
95
  {d.reply}
96
  </div>
97
  <div style={{ color: palette.dim, fontSize: 11 }}>