From 7c8c753637c7faf13bcc1592154d8a4655686b62 Mon Sep 17 00:00:00 2001 From: qradle Date: Mon, 25 Dec 2023 21:50:52 +0300 Subject: [PATCH] fix: update storybook card-layout with-background description --- src/blocks/CardLayout/__stories__/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/CardLayout/__stories__/data.json b/src/blocks/CardLayout/__stories__/data.json index ea7964fec..d4526dcd2 100644 --- a/src/blocks/CardLayout/__stories__/data.json +++ b/src/blocks/CardLayout/__stories__/data.json @@ -92,7 +92,7 @@ "content": { "type": "card-layout-block", "title": "Card layout with background image (basic cards)", - "description": "Four cards in a row on the desktop, two cards in a row on a tablet, one card in a row on a mobile phone.", + "description": "Four cards in a row on the desktop, three cards in a row on the mini-desktop, two cards in a row on a tablet, one card in a row on a mobile phone.", "colSizes": { "all": 12, "sm": 6,