We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ea0c2 commit 3adbf3eCopy full SHA for 3adbf3e
src/components/header/Header.jsx
@@ -13,7 +13,7 @@ const Header = () => {
13
<div className="header-internal-container">
14
<div className="header-left">
15
<div className="header-left-tagline">
16
- <h3>2 Days to Go 🚀</h3>
+ <h3>Sale ends today 🚀</h3>
17
<h3 className="h3-second">Claim all the courses at 85% off!</h3>
18
</div>
19
<div className="header-left-text">
src/components/header/header.css
@@ -13,7 +13,7 @@
}
.header-left h3 {
font-size: 40px;
- font-weight: 500;
+ font-weight: 600;
line-height: 50px;
.header-left .h3-second {
0 commit comments