File tree Expand file tree Collapse file tree
translations/dictionaries Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 justify-content : center;
77 align-items : center;
88 width : 100% ;
9+ margin-top : 8px ;
910}
1011
1112.grover-button ,
Original file line number Diff line number Diff line change 77 flex-direction : column;
88 justify-content : stretch;
99 align-items : flex-start;
10+ font-family : 'Poppins' , sans-serif;
11+ color : # 333333 ;
1012}
Original file line number Diff line number Diff line change 55 all : inherit;
66 display : inline;
77 margin-right : 9px ;
8+ font-weight : 700 ;
89}
910
1011.grover-product-price__periodicity-text {
1112 all : inherit;
1213 display : inline;
1314 margin-left : 9px ;
15+ font-weight : 700 ;
1416}
Original file line number Diff line number Diff line change @@ -68,7 +68,16 @@ const Widget = ({
6868 ) }
6969 >
7070 < HeaderText className = { classNames . headerText } >
71- < FormattedMessage translationKey = "RENT_NOW_HEADER" />
71+ < ProductPrice
72+ className = { cn (
73+ 'grover-widget__product-price' ,
74+ classNames . priceContainer
75+ ) }
76+ classNames = { priceClassNames }
77+ originalPriceInCents = { price . originalPriceInCents }
78+ discountPriceInCents = { price . discountPriceInCents }
79+ minimalPrice = { price . minimalPrice }
80+ />
7281 </ HeaderText >
7382
7483 < Link
@@ -84,16 +93,7 @@ const Widget = ({
8493 </ Link >
8594 </ HeaderSection >
8695
87- < ProductPrice
88- className = { cn (
89- 'grover-widget__product-price' ,
90- classNames . priceContainer
91- ) }
92- classNames = { priceClassNames }
93- originalPriceInCents = { price . originalPriceInCents }
94- discountPriceInCents = { price . discountPriceInCents }
95- minimalPrice = { price . minimalPrice }
96- />
96+ < FormattedMessage translationKey = "RENT_NOW_HEADER" />
9797
9898 < LinkButton
9999 icon = { GroverIcon }
Original file line number Diff line number Diff line change 11const de = {
2- RENT_NOW_HEADER : 'Jetzt mieten statt kaufen ' ,
3- RENT_WITH_GROVER_BUTTON : 'Mieten mit Grover' ,
2+ RENT_NOW_HEADER : 'Zusätzlich 99 % im 1. Monat sparen ' ,
3+ RENT_WITH_GROVER_BUTTON : 'Weiter mit Grover' ,
44 MORE_INFO_LINK : 'Mehr Infos' ,
55 UNAVAILABLE_BUTTON : 'Bei Grover derzeit nicht verfügbar' ,
66 STARTING_PRICE : 'ab' ,
7- PERIODICITY : 'pro Monat' ,
7+ PERIODICITY : '/ Monat flexibel mieten ' ,
88} ;
99
1010export default de ;
You can’t perform that action at this time.
0 commit comments