fix: bump documents

This commit is contained in:
Martin Kriegeskorte 2022-04-29 13:53:47 +02:00
parent 45287563f3
commit 43611ea2e7
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ import MenuBar from './MenuBar'
import './styles.scss'
const colors = ['#958DF1', '#F98181', '#FBBC88', '#FAF594', '#70CFF8', '#94FADB', '#B9F18D']
const rooms = ['rooms.20', 'rooms.21', 'rooms.22']
const rooms = ['rooms.30', 'rooms.31', 'rooms.32']
const names = [
'Lea Thompson',
'Cyndi Lauper',

View File

@ -39,9 +39,9 @@ const getRandomElement = list => {
const getRandomRoom = () => {
return getRandomElement([
'rooms.20',
'rooms.21',
'rooms.22',
'rooms.30',
'rooms.31',
'rooms.32',
])
}