Skip to content

Commit d2f0ddb

Browse files
committed
Show Odyssey icon next to title.
1 parent 4c57041 commit d2f0ddb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/herbie/HerbieUI.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,12 @@ function HerbieUIInner() {
540540
{showOverlay && // HACK to show the spec config component. Not a true overlay now, needs to be refactored.
541541
<div className="overlay" style={ {display: "flex", flexDirection: 'column'} }>
542542
<div className="header">
543-
{/* removed header-top */}
544-
<div className="app-name">Odyssey</div>
543+
{/* removed header-top */}
544+
<div className="app-name">
545+
<div className="app-icon">
546+
<img src="https://raw.githubusercontent.com/herbie-fp/odyssey/main/images/odyssey-icon.png" style={{width: '20px', marginRight: '5px', marginLeft: '10px'}} alt="Odyssey Icon"></img>
547+
</div>
548+
Odyssey</div>
545549
<SpecComponent {...{showOverlay, setShowOverlay}} />
546550
<ServerStatusComponent />
547551
</div>

0 commit comments

Comments
 (0)