mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 04:38:42 -06:00
Updated Credits and About Pages
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user