From 2dcdec25e16aeebf74940e03cf28dd4be5b79b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 15 Jul 2021 23:27:28 +0200 Subject: [PATCH] docs: add new collab rooms --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 699489f6c..a9cc8727b 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -40,9 +40,9 @@ const getRandomElement = list => { const getRandomRoom = () => { return getRandomElement([ - 'room.4', - 'room.5', - 'room.6', + 'room.7', + 'room.8', + 'room.9', ]) }