From c8375aa2947734a02f644f28454b45205dccd170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 17 Jun 2021 21:21:31 +0200 Subject: [PATCH] docs: update 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 dba1d5e7..699489f6 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.1', - 'room.2', - 'room.3', + 'room.4', + 'room.5', + 'room.6', ]) }