Added New Logo to Borealis
This commit is contained in:
parent
2503848985
commit
8ebbd40065
BIN
Data/WebUI/public/Borealis_Logo_Transparent.png
Normal file
BIN
Data/WebUI/public/Borealis_Logo_Transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 KiB |
@ -571,12 +571,24 @@ export default function App() {
|
||||
>
|
||||
<AppBar position="static" sx={{ bgcolor: "#092c44" }}>
|
||||
<Toolbar sx={{ minHeight: "36px" }}>
|
||||
{/* Logo */}
|
||||
<Box
|
||||
component="img"
|
||||
src="/Borealis_Logo_Transparent.png"
|
||||
alt="Borealis Logo"
|
||||
sx={{
|
||||
height: "36px",
|
||||
marginRight: "8px"
|
||||
}}
|
||||
/>
|
||||
|
||||
<Typography
|
||||
variant="h6"
|
||||
sx={{ flexGrow: 1, fontSize: "1rem" }}
|
||||
>
|
||||
Borealis - Workflow Automation Tool
|
||||
</Typography>
|
||||
|
||||
<Button
|
||||
color="inherit"
|
||||
onClick={handleAboutMenuOpen}
|
||||
@ -586,6 +598,7 @@ export default function App() {
|
||||
>
|
||||
About
|
||||
</Button>
|
||||
|
||||
<Menu
|
||||
anchorEl={aboutAnchorEl}
|
||||
open={Boolean(aboutAnchorEl)}
|
||||
@ -628,6 +641,7 @@ export default function App() {
|
||||
</Toolbar>
|
||||
</AppBar>
|
||||
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
display: "flex",
|
||||
|
Loading…
x
Reference in New Issue
Block a user