feat(app): add story photo image
This commit is contained in:
parent
e0f107c795
commit
830bbafe39
@ -14,7 +14,9 @@ const faqMobileImage = path.join(imageRootDir, 'birthday/faq_mobile.png');
|
||||
const feedbackImage = path.join(imageRootDir, 'birthday/feedback.png');
|
||||
const feedbackMobileImage = path.join(imageRootDir, 'birthday/feedback_mobile.png');
|
||||
const photoImage = path.join(imageRootDir, 'birthday/photo.png');
|
||||
const photo2Image = path.join(imageRootDir, 'outdoors/photo.png');
|
||||
const photoMobileImage = path.join(imageRootDir, 'birthday/photo_mobile.png');
|
||||
const photo2MobileImage = path.join(imageRootDir, 'outdoors/photo_mobile.png');
|
||||
|
||||
const example = path.join(imageRootDir, 'example.png');
|
||||
const example2 = path.join(imageRootDir, 'example2.png');
|
||||
@ -280,11 +282,11 @@ const graduationPageStories: StoryType[] = [
|
||||
id: uuid(),
|
||||
img: {
|
||||
alt: 'Фотографии и видео',
|
||||
src: photoImage,
|
||||
src: photo2Image,
|
||||
},
|
||||
imgMobile: {
|
||||
alt: 'Фотографии и видео',
|
||||
src: photoMobileImage,
|
||||
src: photo2MobileImage,
|
||||
},
|
||||
modal: {
|
||||
content: {
|
||||
@ -353,11 +355,11 @@ const outdoorsPageStories: StoryType[] = [
|
||||
id: uuid(),
|
||||
img: {
|
||||
alt: 'Фотографии и видео',
|
||||
src: photoImage,
|
||||
src: photo2Image,
|
||||
},
|
||||
imgMobile: {
|
||||
alt: 'Фотографии и видео',
|
||||
src: photoMobileImage,
|
||||
src: photo2MobileImage,
|
||||
},
|
||||
modal: {
|
||||
content: {
|
||||
|
||||
BIN
static/images/stories/outdoors/photo.png
Normal file
BIN
static/images/stories/outdoors/photo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 704 KiB |
BIN
static/images/stories/outdoors/photo_mobile.png
Normal file
BIN
static/images/stories/outdoors/photo_mobile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 150 KiB |
Loading…
x
Reference in New Issue
Block a user