Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit ab0b5f1

Browse files
authored
Merge pull request #42 from dyte-io/fix-simple-ui
fix: dyte -> rtk
2 parents 66fabfa + 2c323bc commit ab0b5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/simple-ui/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import {
2424
const config = { ...defaultConfig };
2525

2626
if (config.root) {
27-
config.root['dyte-participant-tile'] = (
28-
config.root['dyte-participant-tile'] as any
27+
config.root['rtk-participant-tile'] = (
28+
config.root['rtk-participant-tile'] as any
2929
).children;
3030
}
3131

0 commit comments

Comments
 (0)