Skip to content

Commit 511f643

Browse files
author
Vivek Vishal
authored
Apply suggestions from code review
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 9bd7f95 commit 511f643

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/sections/Community/Devrel-platform/JourneySection.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const JourneySectionWrapper = styled.div`
7272
right: 0;
7373
height: 4px;
7474
background: linear-gradient(90deg, ${(props) => props.theme.secondaryColor} 0%, ${(props) => props.theme.primaryColor} 100%);
75-
// transform: translateY(-50%);
7675
transform: translateY(60%);
7776
z-index: 1;
7877
@@ -215,7 +214,7 @@ const JourneySection = () => {
215214
$external={true}
216215
title="Explore Layer5 Cloud"
217216
alt="Explore cloud"
218-
$url="https://kanvas.new/"
217+
$url="https://cloud.layer5.io/"
219218
/>
220219
<Button
221220
$primary
@@ -228,7 +227,7 @@ const JourneySection = () => {
228227
aria-label="Book a demo"
229228
$primary
230229
$external={true}
231-
title="Book a demo"
230+
title="Talk to team"
232231
alt="Book a demo"
233232
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
234233
/>

0 commit comments

Comments
 (0)