Add rough IdeHeader

relates to #360
This commit is contained in:
Kurt Hutten
2021-06-09 06:43:12 +10:00
parent 02460544bf
commit ab084e0d5a
3 changed files with 44 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ const IdeConsole = () => {
<pre
className="font-mono text-sm"
style={matchEditorVsDarkTheme.Text}
key={message + index}
key={`${message} ${index}`}
>
<div
className="text-xs font-bold pt-2"