Skip to content

Commit 7161668

Browse files
committed
Fix screenshots on homepage
1 parent 0679e3d commit 7161668

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docusaurus/src/pages/home/_home.content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
cardTitle: 'CMS docs',
6363
cardDescription: 'Learn how to set up, configure, use, and customize the Strapi headless CMS',
6464
cardCtaText: 'Read CMS docs',
65-
cardImgSrc: require('@site/static/img/assets/home/preview--user-guides.jpg').default,
65+
cardImgSrc: require('@site/static/img/assets/home/cms-screenshot-for-homepage.png').default,
6666
linksIconSrc: require('@site/static/img/assets/icons/feather.svg').default,
6767
linksIconColor: 'blue',
6868
links: [
@@ -126,7 +126,7 @@ export default {
126126
cardTitle: 'Cloud docs',
127127
cardDescription: 'Learn how to deploy and manage your Strapi projects hosted on Strapi Cloud',
128128
cardCtaText: 'Read Cloud docs',
129-
cardImgSrc: require('@site/static/img/assets/home/preview--cloud-docs.png').default,
129+
cardImgSrc: require('@site/static/img/assets/cloud/cloud-screenshot-for-homepage.png').default,
130130
linksIconSrc: require('@site/static/img/assets/icons/cloud.svg').default,
131131
linksIconColor: 'purple',
132132
links: [
300 KB
Loading
385 KB
Loading

0 commit comments

Comments
 (0)