docs: add new collab rooms

This commit is contained in:
Philipp Kühn 2021-07-15 23:27:28 +02:00
parent 3987e05764
commit 2dcdec25e1

View File

@ -40,9 +40,9 @@ const getRandomElement = list => {
const getRandomRoom = () => { const getRandomRoom = () => {
return getRandomElement([ return getRandomElement([
'room.4', 'room.7',
'room.5', 'room.8',
'room.6', 'room.9',
]) ])
} }