fix font sizes

This commit is contained in:
Sharon Kennedy
2020-05-06 19:46:59 -04:00
parent bc68a4028c
commit d0d3fa1e01
7 changed files with 68 additions and 62 deletions

14
dist/bookmarklet.js vendored

File diff suppressed because one or more lines are too long

4
dist/chatbox.js vendored

File diff suppressed because one or more lines are too long

8
dist/index.html vendored
View File

@@ -13,17 +13,17 @@
<script src="./chatbox.js"></script>
<script>
var config = {
matrixServerUrl: 'https://matrix.rhok.space',
botId: '@help-bot:rhok.space',
matrixServerUrl: 'https://matrix.safesupport.chat',
botId: '@help-bot:safesupport.chat',
roomName: 'Support Chat',
termsUrl: 'https://tosdr.org/',
introMessage: 'This chat application does not collect any of your personal data or any data from your use of this service.',
introMessage: "This chat application does not collect any of your personal data or any data from your use of this service.",
agreementMessage: 'Do you want to continue?',
confirmationMessage: 'Waiting for a facilitator to join the chat...',
exitMessage: 'The chat is closed. You may close this window.',
chatUnavailableMessage: 'The chat service is not available right now. Please try again later.',
anonymousDisplayName: 'Anonymous',
}
}
EmbeddableChatbox.mount(config);
</script>