Skip to content

Commit b32f0d7

Browse files
committed
added comments for top files for cleanup
1 parent 986b166 commit b32f0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/components/top/NavBarButtons.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import config from '../../../../config';
3131
const { API_BASE_URL } = config;
3232
import { RootState } from '../../redux/store';
3333

34+
// Part - join room and room code functionality
3435
let socket;
3536

3637
function initSocketConnection(roomCode) {
@@ -253,7 +254,7 @@ function navbarDropDown(props) {
253254
// Call handleUserEnteredRoom when joining a room
254255
handleUserEnteredRoom(roomCode);
255256
}
256-
257+
// Part - Dark Mode
257258
const switchDark = isDarkMode ? (
258259
<svg
259260
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)