@convertkit/editor-html
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -1107,3 +1107,3 @@ import React, { Component } from 'react'; | ||
type: "button" | ||
}, this.state.editing ? "Preview" : "Edit")); | ||
}, this.state.editing ? "PREVIEW" : "EDIT")); | ||
}; | ||
@@ -1110,0 +1110,0 @@ |
{ | ||
"name": "@convertkit/editor-html", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "A plugin for handling HTML in the ConvertKit Editor", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "761e161ac267a7f3baaafaa0fc8163b85484f97f" | ||
"gitHead": "b360917ef46d3dfa959b70688172354c4ce6f510" | ||
} |
@@ -56,3 +56,3 @@ import React, { Component } from "react"; | ||
> | ||
{this.state.editing ? "Preview" : "Edit"} | ||
{this.state.editing ? "PREVIEW" : "EDIT"} | ||
</button> | ||
@@ -59,0 +59,0 @@ </div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45512
1463