Skip to content

Commit 03962fe

Browse files
authored
chore: update repo link & content (#235)
1 parent e312fef commit 03962fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://www.npmjs.com/package/tailwind-variants">
1313
<img alt="NPM Version" src="https://badgen.net/npm/v/tailwind-variants" />
1414
</a>
15-
<a href="https://github.com/nextui-org/tailwind-variants/blob/main/LICENSE">
15+
<a href="https://github.com/frontio-ai/tailwind-variants/blob/main/LICENSE">
1616
<img src="https://img.shields.io/npm/l/tailwind-variants?style=flat" alt="License">
1717
</a>
1818
</p>
@@ -125,11 +125,11 @@ module.exports = withTV(
125125

126126
## Community
127127

128-
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!
128+
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!
129129

130130
- [Discord](https://discord.gg/9b6yyZKmH4)
131131
- [Twitter](https://twitter.com/getnextui)
132-
- [GitHub Discussions](https://github.com/nextui-org/tailwind-variants/discussions)
132+
- [GitHub Discussions](https://github.com/frontio-ai/tailwind-variants/discussions)
133133

134134
## Contributing
135135

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/nextui-org/tailwind-variants"
12+
"url": "https://github.com/frontio-ai/tailwind-variants"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/nextui-org/tailwind-variants/issues"
15+
"url": "https://github.com/frontio-ai/tailwind-variants/issues"
1616
},
1717
"type": "module",
1818
"main": "dist/index.cjs",

src/transformer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const pickByKeys = (target, keys) => {
4444
};
4545

4646
const printError = (message, error) => {
47-
const newIssueLink = "https://github.com/nextui-org/tailwind-variants/issues/new/choose";
47+
const newIssueLink = "https://github.com/frontio-ai/tailwind-variants/issues/new/choose";
4848

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

0 commit comments

Comments
 (0)