@mayson-org/inject-script 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export function MaysonWatermark() {
33
33
  const handleRemix = (event: React.MouseEvent) => {
34
34
  event.preventDefault();
35
35
  event.stopPropagation();
36
- window.location.href = REMIX_URL;
36
+ window.location.href = "https://mayson.dev/";
37
37
  };
38
38
 
39
39
  const handleDismiss = (event: React.MouseEvent) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mayson-org/inject-script",
3
- "version": "1.0.4",
4
- "description": "CLI and library to locate Next.js App Router root layouts, generate Mayson plugin components, and inject them into the layout tree.",
3
+ "version": "1.0.6",
4
+ "description": "CLI and library to inject Mayson watermark and ascii into Next.js App Router layouts.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "type": "module",