From 9ef135c35738fb0ea06857480039b04875c728d1 Mon Sep 17 00:00:00 2001 From: Mayank Rana Date: Tue, 7 May 2024 10:26:24 +0530 Subject: [PATCH] Add readiness content --- .../faciliatedTestingContent/infoCards.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/extension/src/view/devtools/components/facilitatedTesting/faciliatedTestingContent/infoCards.tsx b/packages/extension/src/view/devtools/components/facilitatedTesting/faciliatedTestingContent/infoCards.tsx index c0fa48ead..2342efcfa 100644 --- a/packages/extension/src/view/devtools/components/facilitatedTesting/faciliatedTestingContent/infoCards.tsx +++ b/packages/extension/src/view/devtools/components/facilitatedTesting/faciliatedTestingContent/infoCards.tsx @@ -58,6 +58,11 @@ const INFO_CARDS_DATA = [ href="https://github.com/GoogleChromeLabs/privacy-sandbox-dev-support/issues/new/choose" target="_blank">here using the third-party cookie deprecation.`, }, + { + heading: 'Readiness', + content: + 'Discover how companies across the web are gearing up for third-party cookie deprecation. This comprehensive list is compiled with insights from participants who have voluntarily shared their preparations.', + }, ]; const InfoCards = () => {