From a6ab9e3582b5e5fe8f648b9737f2d16e126053c4 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 21 Dec 2023 19:30:43 -0500 Subject: [PATCH] Update config.js --- ui-changes/src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-changes/src/config.js b/ui-changes/src/config.js index 0faae7b..eead979 100644 --- a/ui-changes/src/config.js +++ b/ui-changes/src/config.js @@ -1,8 +1,8 @@ module.exports = { /* eslint-disable */ githubSrc: 'https://raw.githubusercontent.com/ReproNim/reproschema-demo-protocol/main/reproschema_demo_protocol/reproschema_demo_protocol_schema', - banner: 'A demo protocol for the ReproSchema paperr', + banner: 'A demo protocol for the ReproSchema paper', startButton: 'Join', assetsPublicPath: '/reproschema-demo-protocol/', backendServer: null -}; \ No newline at end of file +};