Skip to content

Commit 610be48

Browse files
committed
Update Kanvas Teaser title and wrap images in links for better navigation
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent cfa18ec commit 610be48

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

src/sections/Kanvas/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

src/sections/Kanvas/kanvas-platform.js

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff 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
]}

0 commit comments

Comments
 (0)