From 72ef085122ac81036effb858e47353a2b3aa0f03 Mon Sep 17 00:00:00 2001 From: Sharon Kennedy Date: Thu, 5 Mar 2020 00:06:24 -0500 Subject: [PATCH] use config passed in to component instead of hard coded values --- public/index.html | 19 +++-- src/components/chatbox.jsx | 169 +++++++++++++++++++++---------------- 2 files changed, 109 insertions(+), 79 deletions(-) diff --git a/public/index.html b/public/index.html index 563254f..8784007 100644 --- a/public/index.html +++ b/public/index.html @@ -12,13 +12,20 @@