Skip to content

Commit

Permalink
update all widget links
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashloginradius committed Sep 11, 2024
1 parent c841953 commit eb3d16d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/cardList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb3d16d

Please sign in to comment.