From 741dc34c153a8a240c3524173c71f25c5de67c7c Mon Sep 17 00:00:00 2001 From: Jerry Ejonavi Date: Thu, 20 Feb 2020 22:53:34 +0100 Subject: [PATCH] fix: update generated code for card component --- snippets/snippets-react.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/snippets/snippets-react.json b/snippets/snippets-react.json index d7b15f1..0062325 100644 --- a/snippets/snippets-react.json +++ b/snippets/snippets-react.json @@ -155,13 +155,13 @@ "prefix": "i4-card", "body": [ "", - "\t", - "\t\t${3:$4}", - "\t\t${5:$6}", - "\t", - "\t", + "\t", + "\t\t${3:$4}", + "\t\t${5:$6}", + "\t", + "\t", "\t\t$0", - "\t", + "\t", "" ], "description": "Card other options: mode=" @@ -916,4 +916,4 @@ ], "description": "Toolbar - other options: mode=" } -} \ No newline at end of file +}