@mirai/core 0.3.98 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/public/routes/Home.jsx
CHANGED
|
@@ -51,7 +51,7 @@ export const Home = () => {
|
|
|
51
51
|
</View>
|
|
52
52
|
|
|
53
53
|
<View row tag="section" className={[style.section, style.wrapper, style.centered]}>
|
|
54
|
-
<View data-mirai-component="
|
|
54
|
+
<View data-mirai-component="bannerLoyalty" />
|
|
55
55
|
</View>
|
|
56
56
|
|
|
57
57
|
<View row={!isMobile} tag="section" className={[style.section, style.accent, style.testimonials]}>
|
|
@@ -4,8 +4,11 @@ import React from 'react';
|
|
|
4
4
|
export const Step1 = () => (
|
|
5
5
|
<>
|
|
6
6
|
<View data-mirai-component="rates">
|
|
7
|
-
<
|
|
8
|
-
|
|
7
|
+
{/* <Text data-content>
|
|
8
|
+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad itaque odio inventore eos et consequuntur molestias
|
|
9
|
+
doloremque temporibus accusantium laborum rem nobis nostrum, voluptatum dolorum, repellendus quasi esse eveniet
|
|
10
|
+
maxime?
|
|
11
|
+
</Text> */}
|
|
9
12
|
</View>
|
|
10
13
|
</>
|
|
11
14
|
);
|