From b8e52153e4a0592e50975da8abf25f44efe2c217 Mon Sep 17 00:00:00 2001 From: Michael Arestad Date: Wed, 17 Aug 2022 12:50:51 -0600 Subject: [PATCH] Remove theme color from meta --- code/lib/builder-manager/templates/template.ejs | 1 - 1 file changed, 1 deletion(-) diff --git a/code/lib/builder-manager/templates/template.ejs b/code/lib/builder-manager/templates/template.ejs index 8e9974e33707..1eaad092f2a9 100644 --- a/code/lib/builder-manager/templates/template.ejs +++ b/code/lib/builder-manager/templates/template.ejs @@ -2,7 +2,6 @@ - <%= typeof title !== 'undefined'? title : 'Storybook'%>