Skip to content

Commit abf3e20

Browse files
committed
Remove app icon div.
1 parent 79d0036 commit abf3e20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/herbie/HerbieUI.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,7 @@ function HerbieUIInner() {
540540
<div className="header" style={{ backgroundColor: "var(--foreground-color)", color: "var(--background-color)", paddingLeft: "10px", paddingRight: "10px", alignItems: 'center'}}>
541541
{/* removed header-top */}
542542
<div className="app-name">
543-
<div className="app-icon">
544-
<img src="https://raw.githubusercontent.com/herbie-fp/odyssey/main/images/odyssey-icon.png" style={{ width: '20px', marginRight: '5px' }} alt="Odyssey Icon"></img>
545-
</div>
543+
<img src="https://raw.githubusercontent.com/herbie-fp/odyssey/main/images/odyssey-icon.png" style={{ width: '20px', marginRight: '5px' }} alt="Odyssey Icon"></img>
546544
Odyssey
547545
</div>
548546
<SpecComponent {...{ showOverlay, setShowOverlay }} />

0 commit comments

Comments
 (0)