aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Settings.js')
-rw-r--r--vnext/src/ui/Settings.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnext/src/ui/Settings.js b/vnext/src/ui/Settings.js
index 3ae33567..6575fb87 100644
--- a/vnext/src/ui/Settings.js
+++ b/vnext/src/ui/Settings.js
@@ -7,6 +7,7 @@ import Icon from './Icon';
import UploadButton from './UploadButton';
import Avatar from './Avatar';
import { useVisitor } from './VisitorContext';
+import { Helmet } from 'react-helmet';
/**
* @param {{ onChange: Function }} props
@@ -102,6 +103,9 @@ export default function Settings({ onChange }) {
};
return (
<div className="msg-cont">
+ <Helmet>
+ <title>Settings</title>
+ </Helmet>
<fieldset>
<legend><Icon name="ei-user" size="m" />Changing your avatar</legend>
<ChangeAvatarForm onChange={onChange} />