From e621c59218b9dc0b2cbbe21d82e176b93ebd14a5 Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Thu, 30 May 2024 14:49:05 -0400 Subject: [PATCH] Add blueprint for --- plugins/htm-no-build/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/htm-no-build/src/index.js b/plugins/htm-no-build/src/index.js index 65e8fbb..7733ea5 100644 --- a/plugins/htm-no-build/src/index.js +++ b/plugins/htm-no-build/src/index.js @@ -30,7 +30,7 @@ registerBlockType('twitch-streams/htm-no-build', { attributes: { message: { type: 'string', - default: 'No build needed!', + default: 'I use htm instead of JSX! Try updating this message.', }, }, edit: Edit,