Skip to content

Commit 4d6382f

Browse files
committedNov 8, 2021
fix(docs): update nextjs codesandbox link
1 parent 98fa791 commit 4d6382f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Discord message components to easily build and display fake Discord messages on
6161

6262
**NextJS**
6363

64-
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-hdzov)
64+
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-ovqfu)
6565

6666
### Vue
6767

‎packages/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ applyPolyfills().then(() => {
169169

170170
#### Live Demo (NextJS)
171171

172-
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-hdzov)
172+
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-ovqfu)
173173

174174
#### Sample code
175175

‎packages/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ yarn add @skyra/discord-components-core @skyra/discord-components-react
7575

7676
#### Live Demo (NextJS)
7777

78-
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-hdzov)
78+
[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/discord-components-nextjs-ovqfu)
7979

8080
### Sample code
8181

0 commit comments

Comments
 (0)
Please sign in to comment.