fix: replacing jira importer image (#2685)

This commit is contained in:
sriram veeraghanta 2023-11-07 14:35:04 +05:30 committed by GitHub
parent 4de64f112f
commit 040563d148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
// services images
import GithubLogo from "public/services/github.png";
import JiraLogo from "public/services/jira.png";
import JiraLogo from "public/services/jira.svg";
import CSVLogo from "public/services/csv.svg";
import ExcelLogo from "public/services/excel.svg";
import JSONLogo from "public/services/json.svg";
@ -28,7 +28,7 @@ export const USER_ROLES = [
{ value: "Other", label: "Other" },
];
export const IMPORTERS_EXPORTERS_LIST = [
export const IMPORTERS_LIST = [
{
provider: "github",
type: "import",