diff --git a/src/components/AdminRoom.jsx b/src/components/AdminRoom.jsx index a76bb41..e38e1a8 100644 --- a/src/components/AdminRoom.jsx +++ b/src/components/AdminRoom.jsx @@ -337,33 +337,11 @@ const AdminRoom = ({ userSession, onSessionEnd }) => { {/* Queue */}
-
-
-

Speaking Queue

-

- {queue.length === 0 ? 'No one in queue' : `${queue.length} person${queue.length > 1 ? 's' : ''} waiting to speak`} -

-
- {(soundEnabled || flashEnabled) && ( -
- {soundEnabled && ( -
- - - - Sound -
- )} - {flashEnabled && ( -
- - - - Flash -
- )} -
- )} +
+

Speaking Queue

+

+ {queue.length === 0 ? 'No one in queue' : `${queue.length} person${queue.length > 1 ? 's' : ''} waiting to speak`} +

diff --git a/src/components/Home.jsx b/src/components/Home.jsx index d0399fb..e9eba85 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -88,6 +88,37 @@ const Home = ({ userSession, onSessionEnd }) => { )}
+ + {/* Separator */} +
+
+ + + + + View on GitHub + + + + + + Created by{' '} + + petecheslock + + +
+
{/* End Session Confirmation Modal */}