Skip to content

Commit 21acdb2

Browse files
Merge pull request #2118 from LoginRadius/develop
Develop
2 parents 145d1a6 + d1158b1 commit 21acdb2

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/components/cardList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function CardList({ posts, currentPage, type }) {
6161
})
6262
}
6363
>
64-
{"Register Now"}
64+
{"Watch On-Demand"}
6565
</a>
6666
</div>
6767
</>

src/components/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ 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}>
@@ -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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
z-index: 15;
4747
margin: auto;
4848
background-color: #020b13;
49-
margin-top: 47px;
5049
@media (max-width: 768px) {
5150
box-shadow: 0 2px 2px 0px rgba(0, 142, 207, 0.12),
5251
0 3px 3px 0px rgba(0, 142, 207, 0.12);

src/components/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const Post = ({ post, relatedPost, type }) => {
253253
})
254254
}
255255
>
256-
{"Register Now"}
256+
{"Watch On-Demand"}
257257
</a>
258258
</div>
259259
</>

0 commit comments

Comments
 (0)