diff --git a/README.md b/README.md index b53e1fb..8a3464c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ NPM Version - + License

@@ -125,11 +125,11 @@ module.exports = withTV( ## Community -We're excited to see the community adopt NextUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved! +We're excited to see the community adopt HeroUI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved! - [Discord](https://discord.gg/9b6yyZKmH4) - [Twitter](https://twitter.com/getnextui) -- [GitHub Discussions](https://github.com/nextui-org/tailwind-variants/discussions) +- [GitHub Discussions](https://github.com/frontio-ai/tailwind-variants/discussions) ## Contributing diff --git a/package.json b/package.json index 3063102..fd20582 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/nextui-org/tailwind-variants" + "url": "https://github.com/frontio-ai/tailwind-variants" }, "bugs": { - "url": "https://github.com/nextui-org/tailwind-variants/issues" + "url": "https://github.com/frontio-ai/tailwind-variants/issues" }, "type": "module", "main": "dist/index.cjs", diff --git a/src/transformer.js b/src/transformer.js index 082f43b..f009c31 100644 --- a/src/transformer.js +++ b/src/transformer.js @@ -44,7 +44,7 @@ const pickByKeys = (target, keys) => { }; const printError = (message, error) => { - const newIssueLink = "https://github.com/nextui-org/tailwind-variants/issues/new/choose"; + const newIssueLink = "https://github.com/frontio-ai/tailwind-variants/issues/new/choose"; /* eslint-disable no-console */ console.log("\x1b[31m%s\x1b[0m", `${message}: ${error.message}`);