Skip to content
Merged

Develop #2120

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ const Header = ({ searchIndex, pathname, type }) => {
<span></span>
<span></span>
</div>
{/*}

<section className={headerStyles.hellobar}>
<div className="content">
<div className={headerStyles.hellobartext}>
<span className={headerStyles.kcicon}>
Shape Your 2025 Identity Strategy with LoginRadius.
2024 KuppingerCole Leadership Compass recognizes LoginRadius as Overall Leader.
</span>
<a href="https://www.loginradius.com/resource/webinar/loginradius-roadmap-2025?utm_source=website&utm_medium=web&utm_campaign=hello-bar">
Join the Webinar
<a href="https://www.loginradius.com/resource/analyst-report/kuppingercole-names-loginradius-top-ciam-platform-2024/">
Learn more
</a>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -90,7 +90,7 @@ const Header = ({ searchIndex, pathname, type }) => {
</svg>
</div>
</div>
</section>*/}
</section>
{/* <a className={headerStyles.logo} href={"https://www.loginradius.com/"}>
<img src={LogoLr} alt={`logo`} className={headerStyles.lrLogo} />
</a> */}
Expand Down
1 change: 1 addition & 0 deletions src/components/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
z-index: 15;
margin: auto;
background-color: #020b13;
margin-top: 47px;
@media (max-width: 768px) {
box-shadow: 0 2px 2px 0px rgba(0, 142, 207, 0.12),
0 3px 3px 0px rgba(0, 142, 207, 0.12);
Expand Down