Skip to content
Merged

Develop #2118

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
2 changes: 1 addition & 1 deletion src/components/cardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function CardList({ posts, currentPage, type }) {
})
}
>
{"Register Now"}
{"Watch On-Demand"}
</a>
</div>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Header = ({ searchIndex, pathname, type }) => {
<span></span>
<span></span>
</div>

{/*}
<section className={headerStyles.hellobar}>
<div className="content">
<div className={headerStyles.hellobartext}>
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: 0 additions & 1 deletion src/components/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
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
2 changes: 1 addition & 1 deletion src/components/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Post = ({ post, relatedPost, type }) => {
})
}
>
{"Register Now"}
{"Watch On-Demand"}
</a>
</div>
</>
Expand Down