Skip to content

Commit 3adbf3e

Browse files
replaced 2 days to go with sale ends today
1 parent 58ea0c2 commit 3adbf3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Header = () => {
1313
<div className="header-internal-container">
1414
<div className="header-left">
1515
<div className="header-left-tagline">
16-
<h3>2 Days to Go 🚀</h3>
16+
<h3>Sale ends today 🚀</h3>
1717
<h3 className="h3-second">Claim all the courses at 85% off!</h3>
1818
</div>
1919
<div className="header-left-text">

src/components/header/header.css

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

0 commit comments

Comments
 (0)