Added New Logo to Borealis

This commit is contained in:
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" }}> <AppBar position="static" sx={{ bgcolor: "#092c44" }}>
<Toolbar sx={{ minHeight: "36px" }}> <Toolbar sx={{ minHeight: "36px" }}>
{/* Logo */}
<Box
component="img"
src="/Borealis_Logo_Transparent.png"
alt="Borealis Logo"
sx={{
height: "36px",
marginRight: "8px"
}}
/>
<Typography <Typography
variant="h6" variant="h6"
sx={{ flexGrow: 1, fontSize: "1rem" }} sx={{ flexGrow: 1, fontSize: "1rem" }}
> >
Borealis - Workflow Automation Tool Borealis - Workflow Automation Tool
</Typography> </Typography>
<Button <Button
color="inherit" color="inherit"
onClick={handleAboutMenuOpen} onClick={handleAboutMenuOpen}
@ -586,6 +598,7 @@ export default function App() {
> >
About About
</Button> </Button>
<Menu <Menu
anchorEl={aboutAnchorEl} anchorEl={aboutAnchorEl}
open={Boolean(aboutAnchorEl)} open={Boolean(aboutAnchorEl)}
@ -628,6 +641,7 @@ export default function App() {
</Toolbar> </Toolbar>
</AppBar> </AppBar>
<Box <Box
sx={{ sx={{
display: "flex", display: "flex",