Skip to content

Commit 0f94f46

Browse files
changed back to default header text
1 parent 3adbf3e commit 0f94f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/header/Header.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const Header = () => {
1313
<div className="header-internal-container">
1414
<div className="header-left">
1515
<div className="header-left-tagline">
16-
<h3>Sale ends today 🚀</h3>
17-
<h3 className="h3-second">Claim all the courses at 85% off!</h3>
16+
<h3>Kickstart your </h3>
17+
<h3 className="h3-second">Coding Career in Minutes</h3>
1818
</div>
1919
<div className="header-left-text">
2020
<p>

src/components/header/header.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
.header-left h3 {
1515
font-size: 40px;
16-
font-weight: 600;
16+
font-weight: 500;
1717
line-height: 50px;
1818
}
1919
.header-left .h3-second {

0 commit comments

Comments
 (0)