Skip to content

Commit 696631f

Browse files
committed
fix: org name
1 parent 9a44a17 commit 696631f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Version](http://img.shields.io/npm/v/react-nice-avatar.svg)](https://www.npmjs.org/package/react-nice-avatar)
44
[![npm download][download-image]][download-url]
5-
[![Build Status](https://app.travis-ci.com/dapilab/react-nice-avatar.svg?branch=main)](https://app.travis-ci.com/github/dapilab/react-nice-avatar)
5+
[![Build Status](https://app.travis-ci.com/dapi-labs/react-nice-avatar.svg?branch=main)](https://app.travis-ci.com/github/dapi-labs/react-nice-avatar)
66
[![Netlify Status](https://api.netlify.com/api/v1/badges/df23baf6-daac-4ce5-a0b6-5baade2cb822/deploy-status)](https://app.netlify.com/sites/gracious-turing-db4aa3/deploys)
77

88
[download-image]: https://img.shields.io/npm/dm/react-nice-avatar.svg?style=flat-square
@@ -90,7 +90,7 @@ The options can be passed into genConfig or as React props
9090

9191
1. Clone the repo:
9292
```sh
93-
$ git clone [email protected]:chilllab/react-nice-avatar.git
93+
$ git clone [email protected]:dapi-labs/react-nice-avatar.git
9494
$ cd react-nice-avatar
9595
```
9696
2. Install dependencies:
@@ -125,7 +125,7 @@ The options can be passed into genConfig or as React props
125125

126126
## License
127127

128-
Released under [MIT](/LICENSE) by [@dapilab](https://github.com/dapilab).
128+
Released under [MIT](/LICENSE) by [@dapi-labs](https://github.com/dapi-labs).
129129
130130
---
131131

demo/src/App/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function footer(): HTMLElement {
44
return (
55
<footer className="flex items-center justify-center text-gray-400 text-sm pb-5">
66
<a
7-
href="https://github.com/dapilab/react-nice-avatar"
7+
href="https://github.com/dapi-labs/react-nice-avatar"
88
className="transition-opacity duration-300 hover:opacity-75">
99
Github
1010
</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"repository": {
7676
"type": "git",
77-
"url": "https://github.com/dapilab/react-nice-avatar"
77+
"url": "https://github.com/dapi-labs/react-nice-avatar"
7878
},
7979
"browserslist": [
8080
"last 2 versions"

0 commit comments

Comments
 (0)