Skip to content

Commit

Permalink
Remove theme color from meta
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelArestad committed Aug 17, 2022
1 parent 126017c commit b8e5215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/builder-manager/templates/template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="<%= themeColor %>" />

<title><%= typeof title !== 'undefined'? title : 'Storybook'%></title>

Expand Down

0 comments on commit b8e5215

Please sign in to comment.