Skip to content

Commit b696ec8

Browse files
committed
www(добавление или удаление функционала): add ym
add ym
1 parent 63a017b commit b696ec8

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

book-cover-for-social-media.png

192 KB
Loading

what-is-new/4.8/metadata/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"colors": {
1010
"bookCoverColors": {
1111
"--color_light":"#dee755",
12-
"--color_middle-lite":"#ffffff",
13-
"--color_accent":"#82ff7a",
14-
"--color_ambient":"#00b6b6"
12+
"--color_middle-lite":"#ffeb5d",
13+
"--color_accent":"#ffffff",
14+
"--color_ambient":"#2da151"
1515
},
1616
"bookUpdateCurrentVersionCoverColors": {
1717
"--color": "#265589"

www/pages/what-is-new/index.tsx

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ export interface Innovation {
1919
innovations: InnovationMetadata[];
2020
}
2121

22+
export const Yoomany = () => (
23+
<iframe
24+
src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=%D0%9D%D0%B0%20%D1%87%D0%B0%D1%88%D0%BA%D1%83%20%D0%BA%D0%BE%D1%84%D0%B5&default-sum=200&button-text=14&payment-type-choice=on&mobile-payment-type-choice=on&successURL=&quickpay=shop&account=410016532024848&"
25+
width="423"
26+
height="222"
27+
frameBorder="0"
28+
allowTransparency="true"
29+
scrolling="no">
30+
</iframe>
31+
)
32+
2233
interface IChaptersProps {
2334
innovationAll: Innovation[]
2435
}
@@ -62,17 +73,17 @@ const Index: NextPage<IChaptersProps> = ({innovationAll, children}) => {
6273
})
6374

6475
return (
65-
<Layer>
66-
<A4Layer className="toc__layer">
67-
<div className="toc__header">
68-
<h1 className="toc__title">Что нового?</h1>
69-
</div>
70-
<Timeline>
71-
{timelineItemAll}
72-
</Timeline>
73-
</A4Layer>
74-
</Layer>
75-
);
76+
<Layer>
77+
<A4Layer className="toc__layer">
78+
<div className="toc__header">
79+
<h1 className="toc__title">Что нового?</h1>
80+
</div>
81+
<Timeline>
82+
{ timelineItemAll }
83+
</Timeline>
84+
</A4Layer>
85+
</Layer>
86+
);
7687
}
7788

7889
export default Index;

0 commit comments

Comments
 (0)