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

View File

@@ -38,7 +38,7 @@ export function CreditsDialog({ open, onClose }) {
alt="Borealis Logo"
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" }}>
Designed by Nicole Rappe @{" "}
<a