Skip to content

Commit

Permalink
bump demo rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
mkriegeskorte committed Oct 7, 2022
1 parent 18ffa5e commit c729810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demos/src/Examples/CollaborativeEditing/React/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as Y from 'yjs'
import MenuBar from './MenuBar'

const colors = ['#958DF1', '#F98181', '#FBBC88', '#FAF594', '#70CFF8', '#94FADB', '#B9F18D']
const rooms = ['rooms.10', 'rooms.11', 'rooms.12']
const rooms = ['rooms.50', 'rooms.51', 'rooms.52']
const names = [
'Lea Thompson',
'Cyndi Lauper',
Expand Down
6 changes: 3 additions & 3 deletions demos/src/Examples/CollaborativeEditing/Vue/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.10',
'rooms.11',
'rooms.12',
'rooms.50',
'rooms.51',
'rooms.52',
])
}
Expand Down

0 comments on commit c729810

Please sign in to comment.