From 377423ccee57a15e7005fdbc0539c6a6ed9df8f8 Mon Sep 17 00:00:00 2001 From: Mikael Arvola Date: Fri, 2 Aug 2024 14:03:29 -0500 Subject: [PATCH] fix: fix samples in builder JSON --- builder/versions/ilw-card.1.0.0-alpha.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/versions/ilw-card.1.0.0-alpha.json b/builder/versions/ilw-card.1.0.0-alpha.json index 2921387..450e3fe 100644 --- a/builder/versions/ilw-card.1.0.0-alpha.json +++ b/builder/versions/ilw-card.1.0.0-alpha.json @@ -16,17 +16,17 @@ { "name": "default", "description": "Plain card with text", - "text": "

Plain Card

A card with just a heading and text.

" + "text": "

Plain Card

A card with just a heading and text.

" }, { "name": "image", "description": "Card with an image and a button", - "text": "\"\"

Image Card

Card with an image and a footer button.

Contact Us
" + "text": "\"\"

Image Card

Card with an image and a footer button.

Contact Us
" }, { "name": "clickable", - "description": "Clickable card with an icon", - "text": "

Clickable Icon Card

A card with an icon, and the card is clickable.

" + "description": "Card with an icon", + "text": "

Icon Card

A card with an icon.

" } ], "attributes-fixed": [],