diff --git a/client/src/components/About/index.js b/client/src/components/About/index.js
index 854a517..71885c6 100644
--- a/client/src/components/About/index.js
+++ b/client/src/components/About/index.js
@@ -66,8 +66,17 @@ class About extends Component {
diff --git a/client/src/components/RoomLink/index.js b/client/src/components/RoomLink/index.js
index 4d8b78e..b5cd2b0 100644
--- a/client/src/components/RoomLink/index.js
+++ b/client/src/components/RoomLink/index.js
@@ -39,7 +39,7 @@ class RoomLink extends Component {
-
+
-
+
diff --git a/client/src/components/Settings/index.js b/client/src/components/Settings/index.js
index 16c9e3c..0c7dc75 100644
--- a/client/src/components/Settings/index.js
+++ b/client/src/components/Settings/index.js
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import RoomLink from 'components/RoomLink'
+import {styles} from './styles.module.scss'
class Settings extends Component {
handleSoundToggle() {
@@ -9,9 +10,9 @@ class Settings extends Component {
render() {
return (
-
-
-
Sound
+
+
+
Sound
-
-
-
-
This room
+
+
+
This room
-
-
-
-
Room Ownership
+
+
+
Room Ownership
The person who created the room is the room owner and has special privileges, like the ability to lock and unlock the room.
If the owner leaves the room, the second person to join assumes ownership. If they leave, the third person becomes owner, and so on.
The room owner has a star icon next to their username in the participants dropdown.
-
-
-
-
Lock Room
+
+
+
Lock Room
If you are the room owner, you can lock and unlock the room by clicking the lock icon in the nav bar. When a room is locked, no other participants will be able to join.
-
-
-
-
Slash Commands
+
+
+
Slash Commands
The following slash commands are available:
/nick [username] changes username
@@ -49,7 +46,7 @@ class Settings extends Component {