Merge pull request #3475 from ueberdosis/feature/change-rooms-in-collab-demo

docs: rotate demo rooms
This commit is contained in:
Patrick Baber 2022-11-29 10:00:46 +01:00 committed by GitHub
commit a41aa1f6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.60', 'rooms.61', 'rooms.62']
const rooms = ['rooms.70', 'rooms.71', 'rooms.72']
const names = [
'Lea Thompson',
'Cyndi Lauper',

View File

@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.60',
'rooms.61',
'rooms.62',
'rooms.70',
'rooms.71',
'rooms.72',
])
}