Skip to content

Commit e193d17

Browse files
committed
remove duplicate acamdey/
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent 84804c6 commit e193d17

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

src/components/Academy/Hero-Section/HeroSection.js

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ const AcademyHeaderWrapper = styled.div`
4848
background-clip: text;
4949
}
5050
}
51-
.header__subtitle {
52-
font-size: 1.75rem;
53-
font-weight: 500;
54-
color: #b8d4d1;
55-
margin-bottom: 2rem;
56-
line-height: 1.4;
51+
.header__title_description {
52+
color: ${(props) => props.theme.tertiaryColor};
53+
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
54+
font-weight: 400;
55+
font-size: 1.438rem;
56+
line-height: 2rem;
57+
margin-bottom: 30px;
5758
}
58-
.header__buttons {
59+
.header__button_section {
5960
display: flex;
6061
gap: 1.5rem;
6162
align-items: center;
@@ -110,14 +111,18 @@ const AcademyHeaderWrapper = styled.div`
110111
111112
.header__title {
112113
font-size: 2.5rem;
114+
text-align: center;
115+
margin-bottom: 10px;
113116
}
114117
115-
.header__subtitle {
118+
.header__title_description {
116119
font-size: 1.25rem;
120+
text-align: center;
121+
margin-bottom: 20px;
117122
}
118123
119-
120-
.header__buttons {
124+
.header__button_section {
125+
display: flex;
121126
justify-content: center;
122127
123128
button {
@@ -167,11 +172,11 @@ const Header = ({ isDark }) => {
167172
Learn Cloud Native, <br/><span className="highlight">the Modern Way</span>
168173
</h1>
169174

170-
<p className="header__subtitle">
175+
<p className="header__title_description">
171176
Interactive courses and labs, real-world practices, and enterprise-ready training, transforming cloud native theory into hands-on expertise.
172177
</p>
173178

174-
<div className="header__buttons">
179+
<div className="header__button_section">
175180
<Button
176181
$primary
177182
title="Browse All Programs"

src/sections/General/Navigation/utility/menu-items.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,6 @@ const Data = {
257257
sepLine: true,
258258
externalLink: true,
259259
},
260-
{
261-
name: "Academy",
262-
path: "https://cloud.layer5.io/academy/overview",
263-
sepLine: true,
264-
externalLink: true,
265-
},
266260
{
267261
name: "Videos",
268262
path: "https://docs.layer5.io/videos",

0 commit comments

Comments
 (0)