Skip to content

Commit 47b2f7e

Browse files
Merge pull request #2120 from LoginRadius/develop
Develop
2 parents 21acdb2 + 3fca24e commit 47b2f7e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/components/header.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ const Header = ({ searchIndex, pathname, type }) => {
6969
<span></span>
7070
<span></span>
7171
</div>
72-
{/*}
72+
7373
<section className={headerStyles.hellobar}>
7474
<div className="content">
7575
<div className={headerStyles.hellobartext}>
7676
<span className={headerStyles.kcicon}>
77-
Shape Your 2025 Identity Strategy with LoginRadius.
77+
2024 KuppingerCole Leadership Compass recognizes LoginRadius as Overall Leader.
7878
</span>
79-
<a href="https://www.loginradius.com/resource/webinar/loginradius-roadmap-2025?utm_source=website&utm_medium=web&utm_campaign=hello-bar">
80-
Join the Webinar
79+
<a href="https://www.loginradius.com/resource/analyst-report/kuppingercole-names-loginradius-top-ciam-platform-2024/">
80+
Learn more
8181
</a>
8282
<svg
8383
xmlns="http://www.w3.org/2000/svg"
@@ -90,7 +90,7 @@ const Header = ({ searchIndex, pathname, type }) => {
9090
</svg>
9191
</div>
9292
</div>
93-
</section>*/}
93+
</section>
9494
{/* <a className={headerStyles.logo} href={"https://www.loginradius.com/"}>
9595
<img src={LogoLr} alt={`logo`} className={headerStyles.lrLogo} />
9696
</a> */}

src/components/header.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
z-index: 15;
4747
margin: auto;
4848
background-color: #020b13;
49+
margin-top: 47px;
4950
@media (max-width: 768px) {
5051
box-shadow: 0 2px 2px 0px rgba(0, 142, 207, 0.12),
5152
0 3px 3px 0px rgba(0, 142, 207, 0.12);

0 commit comments

Comments
 (0)