Skip to content

Commit a2447fa

Browse files
fix: fixed wrong stackblitz links (#973)
Template ``` Fixes: https://sendbird.atlassian.net/browse/SBISSUE-14778
1 parent 61b7534 commit a2447fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Find out more about Sendbird UIKit for React at [UIKit for React doc](https://se
2323

2424
## UIKit components and ways to customize
2525

26-
These samples are here to help you better understand UIKit for React by going over the core components and ways to customize. On each core component sample, there is an attached [StackBlitz](https://stackblitz.com/) link in which you can see the sample codes and alter them to see how the changes are rendered.
26+
These samples are here to help you better understand UIKit for React by going over the core components and ways to customize. On each core component sample, there is an attached [StackBlitz](https://stackblitz.com/edit/sendbird-react-uikit-base-app?file=src%2FApp.jsx) link in which you can see the sample codes and alter them to see how the changes are rendered.
2727

2828
<br />
2929

@@ -43,7 +43,7 @@ The minimum requirements for UIKit for React are:
4343

4444
### Implement Chat with App component
4545

46-
The `App` component is a collection of all UIKit components you need to implement chat. This is included in all core component samples, so be sure to set your own APP_ID, USER_ID, and NICKNAME in `const.js` in each to customize your sample. On the [StackBlitz](https://stackblitz.com/edit/sendbird-react-uikit-base-app) link, you will see that the props of the `App` component refer to use the values of the correspondings of `const.js` for initialization.
46+
The `App` component is a collection of all UIKit components you need to implement chat. This is included in all core component samples, so be sure to set your own APP_ID, USER_ID, and NICKNAME in `const.js` in each to customize your sample. On the [StackBlitz](https://stackblitz.com/edit/sendbird-react-uikit-base-app?file=src%2FApp.jsx) link, you will see that the props of the `App` component refer to use the values of the correspondings of `const.js` for initialization.
4747

4848
Try setting your own by downloading the Sendbird sample.
4949

0 commit comments

Comments
 (0)