feat: use power icon for integrate
This commit is contained in:
@@ -10,7 +10,7 @@ import TableRow from '@mui/material/TableRow';
|
|||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { WorkflowFile } from "maxun-core";
|
import { WorkflowFile } from "maxun-core";
|
||||||
import { IconButton, Button, Box, Typography, TextField } from "@mui/material";
|
import { IconButton, Button, Box, Typography, TextField } from "@mui/material";
|
||||||
import { Schedule, DeleteForever, Edit, PlayCircle, Settings } from "@mui/icons-material";
|
import { Schedule, DeleteForever, Edit, PlayCircle, Settings, Power } from "@mui/icons-material";
|
||||||
import LinkIcon from '@mui/icons-material/Link';
|
import LinkIcon from '@mui/icons-material/Link';
|
||||||
import { useGlobalInfoStore } from "../../context/globalInfo";
|
import { useGlobalInfoStore } from "../../context/globalInfo";
|
||||||
import { deleteRecordingFromStorage, getStoredRecordings } from "../../api/storage";
|
import { deleteRecordingFromStorage, getStoredRecordings } from "../../api/storage";
|
||||||
@@ -357,7 +357,7 @@ const IntegrateButton = ({ handleIntegrate }: IntegrateButtonProps) => {
|
|||||||
handleIntegrate();
|
handleIntegrate();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LinkIcon />
|
<Power />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user