File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ import React from "react";
2
2
3
3
import SEO from "../../components/seo" ;
4
4
import BooksPage from "../../sections/Learn/Books-grid" ;
5
- import LearnServiceMeshCTA from "../../sections/Learn/Learn-Service-Mesh-CTA " ;
5
+ import KanvasCTA from "../../sections/Kanvas/kanvas-cta " ;
6
6
7
7
const BooksGridPage = ( { hide_path } ) => {
8
8
return (
9
9
< >
10
10
< BooksPage hide_path = { hide_path } />
11
- < LearnServiceMeshCTA />
11
+ < KanvasCTA />
12
12
13
13
</ >
14
14
) ;
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ import SEO from "../components/seo";
3
3
4
4
5
5
import ContactSubscribeSection from "../components/ContactCard" ;
6
+ import KanvasCTA from "../sections/Kanvas/kanvas-cta" ;
7
+
6
8
const SubscribeSection = ( ) => {
7
9
return (
8
10
< >
9
11
< ContactSubscribeSection />
12
+ < KanvasCTA />
10
13
11
14
</ >
12
15
) ;
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ import SEO from "../components/seo";
3
3
4
4
5
5
import ContactUnSubscribeSection from "../components/ContactCard-unsubscribe" ;
6
+ import KanvasCTA from "../sections/Kanvas/kanvas-cta" ;
7
+
6
8
const UnSubscribeSection = ( ) => {
7
9
return (
8
10
< >
9
11
< ContactUnSubscribeSection />
12
+ < KanvasCTA />
10
13
11
14
</ >
12
15
) ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2
+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
3
3
import ThankYouWrapper from "./thank-you.style" ;
4
4
5
5
const ThankYouSection = ( ) => {
@@ -8,7 +8,7 @@ const ThankYouSection = () => {
8
8
< div className = "parentcard" >
9
9
< h1 > Thank you for subscribing!</ h1 >
10
10
</ div >
11
- < LearnServiceMeshCTA />
11
+ < KanvasCTA />
12
12
</ ThankYouWrapper >
13
13
) ;
14
14
} ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2
+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
3
3
import UnsuscribeWrapper from "./unsubscribe.style" ;
4
4
import { Link } from "gatsby" ;
5
5
@@ -11,7 +11,7 @@ const UnsuscribeSection = () => {
11
11
< h4 > Say it ain't so.</ h4 >
12
12
< h5 > While you ponder whether to < Link className = "highlight" to = "/subscribe" > unsubscribe</ Link > , have an < Link to = "/learn/service-mesh-labs" > interactive lab</ Link > on us.</ h5 >
13
13
</ div >
14
- < LearnServiceMeshCTA />
14
+ < KanvasCTA />
15
15
</ UnsuscribeWrapper >
16
16
) ;
17
17
} ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2
+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
3
3
import UnsuscribedWrapper from "./unsubscribed.style" ;
4
4
import { Link } from "gatsby" ;
5
5
@@ -11,7 +11,7 @@ const UnsuscribedSection = () => {
11
11
< h4 > Say it ain't so.</ h4 >
12
12
< h5 > While you ponder whether to < Link className = "highlight" to = "/subscribe" > resubscribe</ Link > , have an < Link to = "/learn/service-mesh-labs" > interactive lab</ Link > on us.</ h5 >
13
13
</ div >
14
- < LearnServiceMeshCTA />
14
+ < KanvasCTA />
15
15
</ UnsuscribedWrapper >
16
16
) ;
17
17
} ;
You can’t perform that action at this time.
0 commit comments