File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ const Kanvas = (props) => {
250250 </ div >
251251 < >
252252 < Reviews />
253- < TeaserModal title = "Kanvaseaser " open = { props ?. teaser } />
253+ < TeaserModal title = "Kanvas Teaser " open = { props ?. teaser } />
254254 </ >
255255 </ KanvasWrapper >
256256 ) ;
Original file line number Diff line number Diff line change @@ -127,23 +127,27 @@ const Platform = () => {
127127 description :
128128 "Keep your Kanvas designs internal to your workplace. Get remote support from Layer5 when you need it." ,
129129 content : (
130- < img
131- src = { SelfHosted }
132- alt = "Kanvas Self-hosted"
133- className = "modes-image"
134- />
130+ < a href = "https://docs.layer5.io/cloud/self-hosted" >
131+ < img
132+ src = { SelfHosted }
133+ alt = "Kanvas Self-hosted"
134+ className = "modes-image"
135+ />
136+ </ a >
135137 ) ,
136138 } ,
137139 {
138140 title : "Cloud" ,
139141 description :
140142 "Connect to Layer5 Cloud and have your Kanvas designs versioned and available for team sharing and real-time collaboration." ,
141143 content : (
142- < img
143- src = { CloudHosted }
144- alt = "Kanvas Cloud"
145- className = "modes-image"
146- />
144+ < a href = "https://docs.layer5.io/cloud/" >
145+ < img
146+ src = { CloudHosted }
147+ alt = "Kanvas Cloud"
148+ className = "modes-image"
149+ />
150+ </ a >
147151 ) ,
148152 } ,
149153 ] }
You can’t perform that action at this time.
0 commit comments