Add screenshots for 2 templates

This commit is contained in:
Khushboo Verma
2025-06-20 12:53:06 +05:30
parent c927a1f459
commit 8d7c76a434
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -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',
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB