Created Updated Logo

This commit is contained in:
Nicole Rappe 2025-04-13 16:56:39 -06:00
parent 8ebbd40065
commit ca08fd1e82
3 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

View File

@ -569,15 +569,15 @@ export default function App() {
overflow: "hidden"
}}
>
<AppBar position="static" sx={{ bgcolor: "#092c44" }}>
<AppBar position="static" sx={{ bgcolor: "#16191d" }}>
<Toolbar sx={{ minHeight: "36px" }}>
{/* Logo */}
<Box
component="img"
src="/Borealis_Logo_Transparent.png"
src="/Borealis_Logo_Full.png"
alt="Borealis Logo"
sx={{
height: "36px",
height: "52px",
marginRight: "8px"
}}
/>
@ -586,7 +586,7 @@ export default function App() {
variant="h6"
sx={{ flexGrow: 1, fontSize: "1rem" }}
>
Borealis - Workflow Automation Tool
</Typography>
<Button