We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ade0d commit 8995845Copy full SHA for 8995845
src/App.jsx
@@ -963,6 +963,14 @@ const DnDFlow = () => {
963
borderBottom: '1px solid #ccc'
964
}}>
965
<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>
974
<button
975
style={{
976
padding: '10px 20px',
@@ -1884,6 +1892,7 @@ const DnDFlow = () => {
1884
1892
</div>
1885
1893
1886
1894
)}
1895
+
1887
1896
<LogDock
1888
1897
open={dockOpen}
1889
1898
onClose={() => { setDockOpen(false); if (sseRef.current) sseRef.current.close(); }}
0 commit comments