diff --git a/app/config/templates/site.php b/app/config/templates/site.php index 3507472d13..2b5a1adee9 100644 --- a/app/config/templates/site.php +++ b/app/config/templates/site.php @@ -1376,8 +1376,8 @@ return [ 'tagline' => 'A React-based admin dashboard template with order management features.', 'score' => 1, // 0 to 10 based on looks of screenshot (avoid 1,2,3,8,9,10 if possible) 'useCases' => [UseCases::STARTER], // TODO: Check if this needs to have a new category - 'screenshotDark' => $url . '/images/sites/templates/gallery-for-lynx-dark.png', // TODO: Update this - 'screenshotLight' => $url . '/images/sites/templates/gallery-for-lynx-light.png', // TODO: Update this + 'screenshotDark' => $url . '/images/sites/templates/template-for-react-admin-dashboard-dark.png', + 'screenshotLight' => $url . '/images/sites/templates/template-for-react-admin-dashboard-light.png', 'frameworks' => [ getFramework('REACT', [ 'providerRootDirectory' => './react/react-admin', @@ -1421,8 +1421,8 @@ return [ 'tagline' => 'A simple form submission template using Formspree.', 'score' => 1, // 0 to 10 based on looks of screenshot (avoid 1,2,3,8,9,10 if possible) 'useCases' => [UseCases::STARTER],// TODO: Check if this needs to have a new category - 'screenshotDark' => $url . '/images/sites/templates/gallery-for-lynx-dark.png', // TODO: Update this - 'screenshotLight' => $url . '/images/sites/templates/gallery-for-lynx-light.png', // TODO: Update this + 'screenshotDark' => $url . '/images/sites/templates/template-for-formspree-dark.png', + 'screenshotLight' => $url . '/images/sites/templates/template-for-formspree-light.png', 'frameworks' => [ getFramework('REACT', [ 'providerRootDirectory' => './react/formspree', diff --git a/public/images/sites/templates/template-for-formspree-dark.png b/public/images/sites/templates/template-for-formspree-dark.png new file mode 100644 index 0000000000..38333aa56e Binary files /dev/null and b/public/images/sites/templates/template-for-formspree-dark.png differ diff --git a/public/images/sites/templates/template-for-formspree-light.png b/public/images/sites/templates/template-for-formspree-light.png new file mode 100644 index 0000000000..38333aa56e Binary files /dev/null and b/public/images/sites/templates/template-for-formspree-light.png differ diff --git a/public/images/sites/templates/template-for-react-admin-dashboard-dark.png b/public/images/sites/templates/template-for-react-admin-dashboard-dark.png new file mode 100644 index 0000000000..030b4154f4 Binary files /dev/null and b/public/images/sites/templates/template-for-react-admin-dashboard-dark.png differ diff --git a/public/images/sites/templates/template-for-react-admin-dashboard-light.png b/public/images/sites/templates/template-for-react-admin-dashboard-light.png new file mode 100644 index 0000000000..030b4154f4 Binary files /dev/null and b/public/images/sites/templates/template-for-react-admin-dashboard-light.png differ