Skip to content

Commit

Permalink
edit demo website link
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Dec 9, 2023
1 parent 95451ae commit c18c1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Zero dependency, highly customizable rating component for React.

![react-rating](https://i.ibb.co/L6M0hfw/new.png)

[Demo and Examples](https://react-rating-buo7.onrender.com/)[NextJS Page Router](https://stackblitz.com/edit/nextjs-5qw9id?file=pages/index.tsx)[Vite](https://stackblitz.com/edit/vitejs-vite-gwqytd?file=src/App.tsx)
[Demo and Examples](https://reactrating.netlify.app)[NextJS Page Router](https://stackblitz.com/edit/nextjs-5qw9id?file=pages/index.tsx)[Vite](https://stackblitz.com/edit/vitejs-vite-gwqytd?file=src/App.tsx)

<br />

Expand Down Expand Up @@ -791,7 +791,7 @@ It is always announced by screen readers instead of being completely hidden.
### Labels
React Rating ships with default accessible labels computed from your `items` value. In order to customize them or to switch to visible ones check the multiple examples on the [demo website](https://react-rating.onrender.com).
React Rating ships with default accessible labels computed from your `items` value. In order to customize them or to switch to visible ones check the multiple examples on the [demo website](https://reactrating.netlify.app).
<br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react reviews",
"react-reviews"
],
"homepage": "https://react-rating.onrender.com/",
"homepage": "https://reactrating.netlify.app/",
"bugs": {
"url": "https://github.com/smastrom/react-rating/issues"
},
Expand Down

0 comments on commit c18c1b9

Please sign in to comment.