mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 03:28:28 -06:00
Created Updated Logo
This commit is contained in:
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 327 KiB |
BIN
Data/WebUI/public/Borealis_Logo_Full.png
Normal file
BIN
Data/WebUI/public/Borealis_Logo_Full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 407 KiB |
@ -569,15 +569,15 @@ export default function App() {
|
|||||||
overflow: "hidden"
|
overflow: "hidden"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AppBar position="static" sx={{ bgcolor: "#092c44" }}>
|
<AppBar position="static" sx={{ bgcolor: "#16191d" }}>
|
||||||
<Toolbar sx={{ minHeight: "36px" }}>
|
<Toolbar sx={{ minHeight: "36px" }}>
|
||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<Box
|
<Box
|
||||||
component="img"
|
component="img"
|
||||||
src="/Borealis_Logo_Transparent.png"
|
src="/Borealis_Logo_Full.png"
|
||||||
alt="Borealis Logo"
|
alt="Borealis Logo"
|
||||||
sx={{
|
sx={{
|
||||||
height: "36px",
|
height: "52px",
|
||||||
marginRight: "8px"
|
marginRight: "8px"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
@ -586,7 +586,7 @@ export default function App() {
|
|||||||
variant="h6"
|
variant="h6"
|
||||||
sx={{ flexGrow: 1, fontSize: "1rem" }}
|
sx={{ flexGrow: 1, fontSize: "1rem" }}
|
||||||
>
|
>
|
||||||
Borealis - Workflow Automation Tool
|
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
Reference in New Issue
Block a user