demos: update collab rooms

This commit is contained in:
Philipp Kühn 2021-10-24 23:29:40 +02:00
parent a6d6f4e7ae
commit da2d3d4165
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import MenuBar from './MenuBar'
import './styles.scss'
const colors = ['#958DF1', '#F98181', '#FBBC88', '#FAF594', '#70CFF8', '#94FADB', '#B9F18D']
const rooms = ['rooms.7', 'rooms.8', 'rooms.9']
const rooms = ['rooms.10', 'rooms.11', 'rooms.12']
const names = [
'Lea Thompson',
'Cyndi Lauper',

View File

@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.7',
'rooms.8',
'rooms.9',
'rooms.10',
'rooms.11',
'rooms.12',
])
}