Added New Logo to Borealis

This commit is contained in:
Nicole Rappe 2025-04-13 07:32:18 -06:00
parent 2503848985
commit 8ebbd40065
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

View File

@ -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",