Skip to content

Commit c5903a2

Browse files
author
Vivek Vishal
authored
Update kanvas-platform.js
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent ccd2e06 commit c5903a2

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

src/sections/Kanvas/kanvas-platform.js

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const PlatformWrapper = styled.div`
3434
}
3535
}
3636
37+
.kanvas-item {
38+
cursor: pointer;
39+
}
40+
3741
.block--right {
3842
background-color: #00b39f;
3943
margin-left: -8rem;
@@ -156,18 +160,22 @@ const Platform = () => {
156160

157161
<div className="blocks">
158162
<div className="block block--left">
159-
<h1>Self-Hosted</h1>
160-
<img src={SelfHosted} alt="Kanvas Self-hosted" />
161-
<p>
162-
Keep your Kanvas designs internal to your workplace. Get remote support from Layer5 when you need it.
163-
</p>
163+
<a className="kanvas-item" href="https://docs.layer5.io/cloud/self-hosted" target="_blank" rel="noopener noreferrer">
164+
<h1>Self-Hosted</h1>
165+
<img src={SelfHosted} alt="Kanvas Self-hosted" />
166+
<p>
167+
Keep your Kanvas designs internal to your workplace. Get remote support from Layer5 when you need it.
168+
</p>
169+
</a>
164170
</div>
165171
<div className="block block--right">
166-
<h1>Cloud</h1>
167-
<img src={CloudHosted} alt="Kanvas Cloud" />
168-
<p>
169-
Connect to Layer5 Cloud and have your Kanvasdesigns versioned and available for team sharing and real-time collaboration.
170-
</p>
172+
<a className="kanvas-item" href="https://docs.layer5.io/cloud" target="_blank" rel="noopener noreferrer">
173+
<h1>Cloud</h1>
174+
<img src={CloudHosted} alt="Kanvas Cloud" />
175+
<p>
176+
Connect to Layer5 Cloud and have your Kanvas designs versioned and available for team sharing and real-time collaboration.
177+
</p>
178+
</a>
171179
</div>
172180
</div>
173181
</PlatformWrapper >

0 commit comments

Comments
 (0)