From f07c5d0786debccaa69f3865211a99caaeb2083d Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 27 Jan 2018 21:54:04 -0500 Subject: [PATCH] Just a safety push after the scary Git conflict of 8 PM --- googletrendsgame/public/index.html | 2 +- googletrendsgame/src/App.js | 36 ++++++++++----- googletrendsgame/src/components/RoomList.js | 19 ++++++++ .../src/components/RoomListItem.js | 16 +++++++ .../src/components/activeButton.js | 30 +++++++++---- .../src/components/createRoomInput.js | 45 +++++++++++++++++++ .../src/components/nicknameInput.js | 2 +- 7 files changed, 128 insertions(+), 22 deletions(-) diff --git a/googletrendsgame/public/index.html b/googletrendsgame/public/index.html index ed0ebaf..9c8f9cb 100644 --- a/googletrendsgame/public/index.html +++ b/googletrendsgame/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Google Trends Game