diff --git a/package-lock.json b/package-lock.json index 4b06417..0754b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "spearfishing-stuff", + "name": "wespearfish", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "spearfishing-stuff", + "name": "wespearfish", "version": "1.0.0", "license": "GPL-2.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 9272bb0..4f9675d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "spearfishing-stuff", + "name": "wespearfish", "version": "1.0.0", "description": "Example block scaffolded with Create Block tool.", "author": "arcangelinis", diff --git a/src/scale-section/block.json b/src/scale-section/block.json index bd10e59..9d11470 100644 --- a/src/scale-section/block.json +++ b/src/scale-section/block.json @@ -1,7 +1,7 @@ { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, - "name": "spearfishing-stuff/scale-section", + "name": "wespearfish/scale-section", "version": "0.1.0", "title": "Scale Section", "category": "widgets", @@ -11,7 +11,7 @@ "supports": { "html": false }, - "textdomain": "spearfishing-stuff", + "textdomain": "wespearfish", "attributes": { "content": { "type": "string", diff --git a/src/scale-section/style.scss b/src/scale-section/style.scss index a0272f9..08912bb 100644 --- a/src/scale-section/style.scss +++ b/src/scale-section/style.scss @@ -1,4 +1,4 @@ -.wp-block-spearfishing-stuff-scale-section { +.wp-block-wespearfish-scale-section { display: grid; place-content: center; background-color: inherit; diff --git a/src/weather/block.json b/src/weather/block.json index e923c27..0653b6f 100644 --- a/src/weather/block.json +++ b/src/weather/block.json @@ -1,7 +1,7 @@ { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, - "name": "spearfishing-stuff/weather", + "name": "wespearfish/weather", "version": "0.1.0", "title": "Fishing Weather", "category": "widgets", @@ -10,7 +10,7 @@ "supports": { "html": false }, - "textdomain": "spearfishing-stuff", + "textdomain": "wespearfish", "attributes": { "time": { "type": "string", diff --git a/src/weather/edit.tsx b/src/weather/edit.tsx index afeff1c..8807583 100644 --- a/src/weather/edit.tsx +++ b/src/weather/edit.tsx @@ -11,7 +11,7 @@ export default function Edit({ attributes, setAttributes }) { return ( <>