diff --git a/adminforth/documentation/src/pages/index.tsx b/adminforth/documentation/src/pages/index.tsx index 311e2fb51..ccc87dba8 100644 --- a/adminforth/documentation/src/pages/index.tsx +++ b/adminforth/documentation/src/pages/index.tsx @@ -120,7 +120,7 @@ const images = [ description: 'Use quick filters to filter your data efficiently. Create custom filters and apply them with a single click' }, { - original: require('@site/static/img/previews/background-jobs.png').default, + original: require('@site/static/img/previews/background-jobs1.png').default, title: 'Background Jobs Plugin - manage your background tasks', link: '/docs/tutorial/Plugins/background-jobs/', description: 'Use background jobs to handle long-running tasks efficiently. Schedule, monitor, and manage your background processes with ease even after server restarts' diff --git a/adminforth/documentation/static/img/previews/background-jobs1.png b/adminforth/documentation/static/img/previews/background-jobs1.png new file mode 100644 index 000000000..d902ba151 Binary files /dev/null and b/adminforth/documentation/static/img/previews/background-jobs1.png differ