Skip to content

Commit 4046a23

Browse files
committed
fix: added header for seo
1 parent 5c8a701 commit 4046a23

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CoCreate-attributes
22

3-
Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute. Highly customizable and styleable. Take it for a spin in our [playground!](https://cocreate.app/docs/attributes)
3+
Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute. Take it for a spin in our [playground!](https://cocreate.app/docs/attributes)
44

55
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-attributes/dist/CoCreate-attributes.min.js?label=minified%20size&style=for-the-badge)
66
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-attributes?style=for-the-badge)

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>CoCreate-attributes Documentation | CoCreateJS </title>
99
<link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico">
10-
<meta name="description" content="A JavaScript component target,update & remove values in element's attributes from an input,select or js api.Configurable using class,style or any custom attribute" />
10+
<meta name="description" content="A JavaScript component target,update & remove values in element's attributes from an input,select or js api.Configurable using class, style or any custom attribute" />
1111
<meta name="robots" content="index,follow" />
1212
<meta property="og:image" content="https://cdn.cocreate.app/docs/attributes.png">
1313

@@ -44,7 +44,7 @@ <h2>CoCreate-domEditorPanel</h2>
4444
<a href="https://github.com/CoCreate-app/CoCreate-domEditorPanel" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
4545
</div>
4646
</div>
47-
<p class="max-width:500px margin:20px_10px line-height:1.5">Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute. Highly customizable and styleable.</p>
47+
<h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute. Highly customizable and styleable.</h1>
4848
<div id="domEditorPanel-section" class="display:flex flex-wrap:wrap">
4949
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cocreate/attributes",
33
"version": "1.0.18",
4-
"description": "Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute. Highly customizable and styleable.",
4+
"description": "Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute.",
55
"keywords": [
66
"cocreate",
77
"no-code-framework",

0 commit comments

Comments
 (0)