From 2a452291829dc8e00931bc2c48f4e98eac54f01a Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Wed, 3 Apr 2024 00:26:42 +0300 Subject: [PATCH] mountain -> cover --- en/project/page-constructor.md | 2 +- en/project/pc-example1.yaml | 4 ++-- en/project/pc-example3.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en/project/page-constructor.md b/en/project/page-constructor.md index 9670ff2..531ec57 100644 --- a/en/project/page-constructor.md +++ b/en/project/page-constructor.md @@ -22,7 +22,7 @@ blocks: background: image: mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-mini.png' - desktop: '../../_images/mountain.jpg' + desktop: '../../_images/cover.png' color: '#C6FE4D' fullWidth: false buttons: diff --git a/en/project/pc-example1.yaml b/en/project/pc-example1.yaml index f8f6796..3eaebef 100644 --- a/en/project/pc-example1.yaml +++ b/en/project/pc-example1.yaml @@ -9,14 +9,14 @@ blocks: background: light: image: - mobile: '../../_images/mountain.jpg' + mobile: '../../_images/cover.png' desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png' disableCompress: true color: '#C6FE4D' fullWidth: false dark: image: - mobile: '../../_images/mountain.jpg' + mobile: '../../_images/cover.png' desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png' disableCompress: true color: '#C6FE4D' diff --git a/en/project/pc-example3.yaml b/en/project/pc-example3.yaml index 5afceca..4b74b5f 100644 --- a/en/project/pc-example3.yaml +++ b/en/project/pc-example3.yaml @@ -10,14 +10,14 @@ blocks: background: light: image: - mobile: '../../_images/mountain.jpg' + mobile: '../../_images/cover.png' desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png' disableCompress: true color: '#C6FE4D' fullWidth: false dark: image: - mobile: '../../_images/mountain.jpg' + mobile: '../../_images/cover.png' desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png' disableCompress: true color: '#C6FE4D'