We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986b166 commit b32f0d7Copy full SHA for b32f0d7
app/src/components/top/NavBarButtons.tsx
@@ -31,6 +31,7 @@ import config from '../../../../config';
31
const { API_BASE_URL } = config;
32
import { RootState } from '../../redux/store';
33
34
+// Part - join room and room code functionality
35
let socket;
36
37
function initSocketConnection(roomCode) {
@@ -253,7 +254,7 @@ function navbarDropDown(props) {
253
254
// Call handleUserEnteredRoom when joining a room
255
handleUserEnteredRoom(roomCode);
256
}
-
257
+// Part - Dark Mode
258
const switchDark = isDarkMode ? (
259
<svg
260
xmlns="http://www.w3.org/2000/svg"
0 commit comments