Skip to content

Commit

Permalink
Merge pull request #338 from IABTechLab/feature/add-press-release-aws…
Browse files Browse the repository at this point in the history
…-entity

feat: ✨ add AWS Entity resolution article
  • Loading branch information
genwhittTTD authored Nov 2, 2023
2 parents 9d1df7e + 3a284d8 commit dbbc42c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/HomepageNews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ const ArticleList: ArticleItem[] = [
url: "https://wbd.com/warner-bros-discovery-adopts-unified-id-2-0-solution-across-max-and-discovery/",
date: "June 21, 2023",
},
{
title: "AWS Entity Resolution",
url: "https://aws.amazon.com/blogs/industries/aws-entity-resolution-expands-data-matching-capabilities-with-liveramp-transunion-and-unified-id-2-0-integrations/",
date: "October 16, 2023",
},
];

function ArticleCard({ title, url, date }: ArticleItem) {
Expand Down

0 comments on commit dbbc42c

Please sign in to comment.