diff --git a/frontend/apps/web/app/(mgmt)/[account]/new/job/page.tsx b/frontend/apps/web/app/(mgmt)/[account]/new/job/page.tsx index b53f08d593..706f881927 100644 --- a/frontend/apps/web/app/(mgmt)/[account]/new/job/page.tsx +++ b/frontend/apps/web/app/(mgmt)/[account]/new/job/page.tsx @@ -60,8 +60,10 @@ export default function NewJob({ params }: PageProps): ReactElement { icon: , type: 'data-sync', experimental: false, - lightModeimage: '/images/jobsynclight.svg', - darkModeImage: '/images/prodsync-dark.svg', + lightModeimage: + 'https://assets.nucleuscloud.com/neosync/app/jobsynclight.svg', + darkModeImage: + 'https://assets.nucleuscloud.com/neosync/app/prodsync-dark.svg', }, { name: 'Data Generation', @@ -71,8 +73,10 @@ export default function NewJob({ params }: PageProps): ReactElement { icon: , type: 'generate-table', experimental: false, - lightModeimage: '/images/gen-light.svg', - darkModeImage: '/images/datagen-dark.svg', + lightModeimage: + 'https://assets.nucleuscloud.com/neosync/app/gen-light.svg', + darkModeImage: + 'https://assets.nucleuscloud.com/neosync/app/datagen-dark.svg', }, { name: 'AI Data Generation', @@ -81,8 +85,9 @@ export default function NewJob({ params }: PageProps): ReactElement { icon: , type: 'ai-generate-table', experimental: true, - lightModeimage: '/images/aigen.svg', - darkModeImage: '/images/aigen-dark.svg', + lightModeimage: 'https://assets.nucleuscloud.com/neosync/app/aigen.svg', + darkModeImage: + 'https://assets.nucleuscloud.com/neosync/app/aigen-dark.svg', }, ] as const; @@ -122,7 +127,7 @@ export default function NewJob({ params }: PageProps): ReactElement { )} onClick={() => handleJobSelection(jd.type, jd.href)} > - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/apps/web/public/images/aigen.svg b/frontend/apps/web/public/images/aigen.svg deleted file mode 100644 index c6c5a7ce84..0000000000 --- a/frontend/apps/web/public/images/aigen.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/apps/web/public/images/datagen-dark.svg b/frontend/apps/web/public/images/datagen-dark.svg deleted file mode 100644 index d1c28c7516..0000000000 --- a/frontend/apps/web/public/images/datagen-dark.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/apps/web/public/images/gen-light.svg b/frontend/apps/web/public/images/gen-light.svg deleted file mode 100644 index cc90ad70f7..0000000000 --- a/frontend/apps/web/public/images/gen-light.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/apps/web/public/images/jobsynclight.svg b/frontend/apps/web/public/images/jobsynclight.svg deleted file mode 100644 index 779394181b..0000000000 --- a/frontend/apps/web/public/images/jobsynclight.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/apps/web/public/images/prodsync-dark.svg b/frontend/apps/web/public/images/prodsync-dark.svg deleted file mode 100644 index 08a767b68f..0000000000 --- a/frontend/apps/web/public/images/prodsync-dark.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -