mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 06:08:28 -06:00
Added New Logo to Borealis
This commit is contained in:
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" }}>
|
<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",
|
||||||
|
Reference in New Issue
Block a user