From 4b8d5219a2320e6d3d1e1260574bd6042c97b27e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 1 Nov 2022 20:28:30 +0300 Subject: Add page titles --- vnext/src/ui/Chat.js | 4 ++++ vnext/src/ui/Contacts.js | 4 ++++ vnext/src/ui/Feeds.js | 37 ++++++++++++++++++++++++++++++++----- vnext/src/ui/Post.js | 4 ++++ vnext/src/ui/Settings.js | 4 ++++ vnext/src/ui/Thread.js | 5 +++++ vnext/src/ui/Users.js | 19 +++++++++++++++++-- 7 files changed, 70 insertions(+), 7 deletions(-) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js index cdf3de1b..6bcff837 100644 --- a/vnext/src/ui/Chat.js +++ b/vnext/src/ui/Chat.js @@ -10,6 +10,7 @@ import { getChat, pm } from '../api'; import './Chat.css'; import { useVisitor } from './VisitorContext'; +import { Helmet } from 'react-helmet'; /** * @typedef {Object} ChatProps @@ -66,6 +67,9 @@ export default function Chat(props) { const uname = params.user; return (