Added send button to chat and changed some styles

This commit is contained in:
Håvar Aambø Fosstveit
2018-10-26 13:10:12 +02:00
parent 15ead03a7d
commit e9e6e7f60d
4 changed files with 24 additions and 6 deletions
+5
View File
@@ -34,6 +34,11 @@ class Chat extends Component
autoFocus={autofocus}
autoComplete='off'
/>
<input
type='submit'
className='send'
value='Send'
/>
</form>
</div>
);