From c3d4ac9d93ac4af988352e93aff29c7f5c97e6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 23 Apr 2021 09:29:06 +0200 Subject: [PATCH] docs: new collab rooms for HN --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index cb726599..20dd7f3b 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -41,7 +41,9 @@ const getRandomRoom = () => { return getRandomElement([ 'room.one', 'room.two', - 'room.three', + // 'room.three', // HN killed it + 'room.four', + 'room.five', ]) }