Updated Credits and About Pages

This commit is contained in:
2025-09-02 19:28:01 -06:00
parent 7dc0c1c097
commit 7c2906c4ff
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import {
import { import {
KeyboardArrowDown as KeyboardArrowDownIcon, KeyboardArrowDown as KeyboardArrowDownIcon,
InfoOutlined as InfoOutlinedIcon, InfoOutlined as InfoOutlinedIcon,
MergeType as MergeTypeIcon, GitHub as GitHub,
People as PeopleIcon People as PeopleIcon
} from "@mui/icons-material"; } from "@mui/icons-material";
import { ReactFlowProvider } from "reactflow"; import { ReactFlowProvider } from "reactflow";
@@ -459,8 +459,8 @@ export default function App() {
About About
</Button> </Button>
<Menu anchorEl={aboutAnchorEl} open={Boolean(aboutAnchorEl)} onClose={handleAboutMenuClose}> <Menu anchorEl={aboutAnchorEl} open={Boolean(aboutAnchorEl)} onClose={handleAboutMenuClose}>
<MenuItem onClick={() => { handleAboutMenuClose(); window.open("https://git.bunny-lab.io/bunny-lab/Borealis", "_blank"); }}> <MenuItem onClick={() => { handleAboutMenuClose(); window.open("https://github.com/bunny-lab-io/Borealis", "_blank"); }}>
<MergeTypeIcon sx={{ fontSize: 18, color: "#58a6ff", mr: 1 }} /> Gitea Project <GitHub sx={{ fontSize: 18, color: "#58a6ff", mr: 1 }} /> Github Project
</MenuItem> </MenuItem>
<MenuItem onClick={openCreditsDialog}> <MenuItem onClick={openCreditsDialog}>
<PeopleIcon sx={{ fontSize: 18, color: "#58a6ff", mr: 1 }} /> Credits <PeopleIcon sx={{ fontSize: 18, color: "#58a6ff", mr: 1 }} /> Credits

View File

@@ -38,7 +38,7 @@ export function CreditsDialog({ open, onClose }) {
alt="Borealis Logo" alt="Borealis Logo"
style={{ width: "120px", marginBottom: "12px" }} style={{ width: "120px", marginBottom: "12px" }}
/> />
<DialogTitle sx={{ p: 0, mb: 1 }}>Borealis Workflow Automation Tool</DialogTitle> <DialogTitle sx={{ p: 0, mb: 1 }}>Borealis - Automation Platform</DialogTitle>
<DialogContentText sx={{ color: "#ccc" }}> <DialogContentText sx={{ color: "#ccc" }}>
Designed by Nicole Rappe @{" "} Designed by Nicole Rappe @{" "}
<a <a