From cfa1029b276b7382acc2612dab8a34054d3eb743 Mon Sep 17 00:00:00 2001 From: cea2aj <42848445+cea2aj@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:18:02 -0400 Subject: [PATCH] Snapshot link cards (#813) Snapshot the link-standard card J=SLAP-1361 TEST=visual Check the updated percy snapshots --- test-site/config/index.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-site/config/index.json b/test-site/config/index.json index 8762d802b..d6c6b135e 100644 --- a/test-site/config/index.json +++ b/test-site/config/index.json @@ -44,6 +44,9 @@ "products": { "universalSectionTemplate": "grid-three-columns", "cardType": "product-prominentimage" + }, + "links": { + "cardType": "link-standard" } } } \ No newline at end of file