Skip to content

Commit

Permalink
style(👀): Remove static log output title
Browse files Browse the repository at this point in the history
  • Loading branch information
iHunterDev committed Jun 14, 2024
1 parent 2c360b2 commit 76015f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ function App() {
className="mockup-code mt-10 h-80 overflow-y-auto text-xs"
ref={logContainerRef}
>
<pre data-prefix=">">
<code>日志输出</code>
</pre>
{logs.map((log, index) => (
<pre data-prefix=">" key={index}>
<code>{log}</code>
Expand Down

0 comments on commit 76015f9

Please sign in to comment.