Skip to content

Commit 8995845

Browse files
added title
1 parent e4ade0d commit 8995845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/App.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,14 @@ const DnDFlow = () => {
963963
borderBottom: '1px solid #ccc'
964964
}}>
965965
<div style={{ display: 'flex', alignItems: 'center' }}>
966+
<h1 style={{
967+
color: 'white',
968+
margin: '0 20px 0 15px',
969+
fontSize: '20px',
970+
fontWeight: 'bold'
971+
}}>
972+
PathView
973+
</h1>
966974
<button
967975
style={{
968976
padding: '10px 20px',
@@ -1884,6 +1892,7 @@ const DnDFlow = () => {
18841892
</div>
18851893
</div>
18861894
)}
1895+
18871896
<LogDock
18881897
open={dockOpen}
18891898
onClose={() => { setDockOpen(false); if (sseRef.current) sseRef.current.close(); }}

0 commit comments

Comments
 (0)