docs: update collab rooms

This commit is contained in:
svenadlung 2022-07-06 13:53:22 +02:00
parent 0622f974be
commit 708a87fa43
2 changed files with 4 additions and 4 deletions

View File

@ -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.30', 'rooms.31', 'rooms.32']
const rooms = ['rooms.33', 'rooms.34', 'rooms.35']
const names = [
'Lea Thompson',
'Cyndi Lauper',

View File

@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.30',
'rooms.31',
'rooms.32',
'rooms.33',
'rooms.34',
'rooms.35',
])
}