Skip to content

Commit

Permalink
chore: update repo link & content (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Jan 17, 2025
1 parent e312fef commit 03962fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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/nextui-org/tailwind-variants/blob/main/LICENSE">
<a href="https://github.com/frontio-ai/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 @@ -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

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/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",
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/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}`);
Expand Down

0 comments on commit 03962fe

Please sign in to comment.