Skip to content

Commit

Permalink
chore: org name change (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Jan 18, 2025
1 parent 03962fe commit f363575
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://www.npmjs.com/package/tailwind-variants">
<img alt="NPM Version" src="https://badgen.net/npm/v/tailwind-variants" />
</a>
<a href="https://github.com/frontio-ai/tailwind-variants/blob/main/LICENSE">
<a href="https://github.com/heroui-inc/tailwind-variants/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/tailwind-variants?style=flat" alt="License">
</a>
</p>
Expand Down Expand Up @@ -129,7 +129,7 @@ We're excited to see the community adopt HeroUI, raise issues, and provide feedb

- [Discord](https://discord.gg/9b6yyZKmH4)
- [Twitter](https://twitter.com/getnextui)
- [GitHub Discussions](https://github.com/frontio-ai/tailwind-variants/discussions)
- [GitHub Discussions](https://github.com/heroui-inc/tailwind-variants/discussions)

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/frontio-ai/tailwind-variants"
"url": "https://github.com/heroui-inc/tailwind-variants"
},
"bugs": {
"url": "https://github.com/frontio-ai/tailwind-variants/issues"
"url": "https://github.com/heroui-inc/tailwind-variants/issues"
},
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const pickByKeys = (target, keys) => {
};

const printError = (message, error) => {
const newIssueLink = "https://github.com/frontio-ai/tailwind-variants/issues/new/choose";
const newIssueLink = "https://github.com/heroui-inc/tailwind-variants/issues/new/choose";

/* eslint-disable no-console */
console.log("\x1b[31m%s\x1b[0m", `${message}: ${error.message}`);
Expand Down

0 comments on commit f363575

Please sign in to comment.