From cae7619bd2e263444c0878a9a08ea718119cd26d Mon Sep 17 00:00:00 2001 From: Sharon Kennedy Date: Wed, 6 May 2020 20:57:28 -0400 Subject: [PATCH] remove refs to org --- README.md | 10 +++++----- src/components/_chat.scss | 6 +++--- src/components/_dark_mode.scss | 2 +- src/components/chatbox.jsx | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 587cfde..13e2faa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Demo video of chatbox](https://media.giphy.com/media/IhmtP0NoG22k6FRQDF/giphy.gif) -Live demo: https://nomadic-labs.github.io/ocrcc-chatbox/ +Live demo: https://nomadic-labs.github.io/safesupport-chatbox/ Built on: - [Embeddable React Widget](https://github.com/seriousben/embeddable-react-widget) @@ -68,23 +68,23 @@ This chatbox is meant to be used with a bot account that handles a number of fun The bot account is invited to the chatroom when a support request is initiated. -You can find the code for the bot at [ocrcc-bot](https://github.com/nomadic-labs/ocrcc-bot). +You can find the code for the bot at [safesupport-bot](https://github.com/nomadic-labs/safesupport-bot). ## Bookmarklet The bookmarklet is a special link that runs a script on any website. The user saves the link by dragging it to their bookmarks bar. Then they can click on the bookmark on any page to run the script and load the chatbox. -You can try this out on the [live demo](https://nomadic-labs.github.io/ocrcc-chatbox/). +You can try this out on the [live demo](https://nomadic-labs.github.io/safesupport-chatbox/). ## Local development Clone the project: ``` -git clone https://github.com/nomadic-labs/ocrcc-chatbox.git +git clone https://github.com/nomadic-labs/safesupport-chatbox.git ``` Install the dependencies: ``` -cd ocrcc-chatbox +cd safesupport-chatbox yarn ``` diff --git a/src/components/_chat.scss b/src/components/_chat.scss index d76d439..7498372 100644 --- a/src/components/_chat.scss +++ b/src/components/_chat.scss @@ -227,7 +227,7 @@ } -#ocrcc-chatbox { +#safesupport-chatbox { font-family: $theme-font; display: flex; flex-direction: column; @@ -532,13 +532,13 @@ padding: 5px; } - #ocrcc-chatbox { + #safesupport-chatbox { height: calc(180px + 60vh); } } @media screen and (max-width: 360px){ - #ocrcc-chatbox .input-window .message-input-container .emoji-picker { + #safesupport-chatbox .input-window .message-input-container .emoji-picker { position: fixed; left: 5px; right: 5px; diff --git a/src/components/_dark_mode.scss b/src/components/_dark_mode.scss index f7cc927..f567e69 100644 --- a/src/components/_dark_mode.scss +++ b/src/components/_dark_mode.scss @@ -52,7 +52,7 @@ } } } - #ocrcc-chatbox { + #safesupport-chatbox { .btn-icon { color: $light-text-color; } diff --git a/src/components/chatbox.jsx b/src/components/chatbox.jsx index f915966..5994634 100644 --- a/src/components/chatbox.jsx +++ b/src/components/chatbox.jsx @@ -604,7 +604,7 @@ class ChatBox extends React.Component { {(status) => { return (
-
+