Skip to content

Commit

Permalink
Merge pull request #1991 from LoginRadius/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kailashloginradius authored Sep 11, 2024
2 parents 4f4c274 + eb3d16d commit 269c448
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/cardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function CardList({ posts, currentPage, type }) {
<img
src="https://www.loginradius.com/wp-content/uploads/2024/09/Industry-Report-2024-cover.png"
alt="The State of Consumer Digital ID 2024"
style={{ "background-color": "#fff" }}
style={{ backgroundColor: "#fff" }}
/>
</div>
<div className={headStyles.text}>
Expand Down Expand Up @@ -74,7 +74,7 @@ export default function CardList({ posts, currentPage, type }) {
<img
src="https://www.loginradius.com/wp-content/uploads/2024/06/kuppingercole-2024-resource-landing-page-resource.png"
alt="Overall CIAM Leader 2024"
style={{ "background-color": "#fff" }}
style={{ backgroundColor: "#fff" }}
/>
</div>
<div className={headStyles.text}>
Expand All @@ -85,7 +85,7 @@ export default function CardList({ posts, currentPage, type }) {
className={`${headStyles.btnPrimary} btn-primary ga_event`}
// className={"btn-primary ga_event"}
href={
"https://www.loginradius.com/resource/analyst-report/cioreview-names-loginradius-top-ciam-platform-2024/"
"https://www.loginradius.com/resource/analyst-report/kuppingercole-names-loginradius-top-ciam-platform-2024/"
}
key={"overall-ciam-leader-2024"}
target="_blank"
Expand Down
8 changes: 4 additions & 4 deletions src/components/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Post = ({ post, relatedPost, type }) => {
<img
src="https://www.loginradius.com/wp-content/uploads/2024/09/Industry-Report-2024-cover.png"
alt="The State of Consumer Digital ID 2024"
style={{ "background-color": "#fff" }}
style={{ backgroundColor: "#fff" }}
/>
</div>
<div className={headStyles.text}>
Expand All @@ -167,7 +167,7 @@ const Post = ({ post, relatedPost, type }) => {
className={`${headStyles.btnPrimary} btn-primary ga_event`}
// className={"btn-primary ga_event"}
href={
"https://www.loginradius.com/resource/analyst-report/cioreview-names-loginradius-top-ciam-platform-2024/"
"https://www.loginradius.com/resource/2024-consumer-digital-identity-trends-report/"
}
key={"the-state-of-consumer-digital-id-2024"}
target="_blank"
Expand All @@ -193,7 +193,7 @@ const Post = ({ post, relatedPost, type }) => {
<img
src="https://www.loginradius.com/wp-content/uploads/2024/06/kuppingercole-2024-resource-landing-page-resource.png"
alt="Overall CIAM Leader 2024"
style={{ "background-color": "#fff" }}
style={{ backgroundColor: "#fff" }}
/>
</div>
<div className={headStyles.text}>
Expand All @@ -204,7 +204,7 @@ const Post = ({ post, relatedPost, type }) => {
className={`${headStyles.btnPrimary} btn-primary ga_event`}
// className={"btn-primary ga_event"}
href={
"https://www.loginradius.com/resource/analyst-report/cioreview-names-loginradius-top-ciam-platform-2024/"
"https://www.loginradius.com/resource/analyst-report/kuppingercole-names-loginradius-top-ciam-platform-2024/"
}
key={"overall-ciam-leader-2024"}
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion src/components/toc.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ ul.tableofcontents {
@include anim-hyperlink-nav-floating-hideAway;
}
}
}
}

0 comments on commit 269c448

Please sign in to comment.