diff --git a/src/view/Poll.jsx b/src/view/Poll.jsx index 6f31e75..07540a2 100644 --- a/src/view/Poll.jsx +++ b/src/view/Poll.jsx @@ -84,7 +84,7 @@ function Poll(props) { {poll &&
- <p className="text-white mt-6 text-sm">Hello <strong>{poll.anonymous ? 'Anonymous' : user}{user}</strong>, please choose the answer you like</p> + <p className="text-white mt-6 text-sm">Hello <strong>{poll.anonymous ? 'Anonymous' : user}</strong>, please choose the answer you like</p> <Answers poll={poll} pid={id} user={user} socket={socket} token={token}/> </div> }