File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/src/modules/jobs/pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { useState , useRef } from "react"
22import { useNavigate , Link , useLocation } from "react-router-dom"
33import { message } from "antd"
4- import { ArrowLeft , ArrowRight , DownloadSimple } from "@phosphor-icons/react"
4+ import { ArrowLeft , ArrowRight , FloppyDisk } from "@phosphor-icons/react"
55import { v4 as uuidv4 } from "uuid"
66
77import { useAppStore } from "../../../store"
@@ -487,7 +487,7 @@ const JobCreation: React.FC = () => {
487487 onClick = { handleSaveJob }
488488 className = "flex items-center justify-center gap-2 rounded-md border border-gray-400 px-4 py-1 font-light hover:bg-[#ebebeb]"
489489 >
490- < DownloadSimple className = "size-4" />
490+ < FloppyDisk className = "size-4" />
491491 Save Job
492492 </ button >
493493 </ div >
You can’t perform that action at this time.
0 commit comments