Add ability for user to change server's name

This commit is contained in:
Dane Everitt 2019-12-09 22:03:10 -08:00
parent 564d947f7e
commit 81bd67cc76
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 168 additions and 3 deletions

View file

@ -47,7 +47,7 @@ const ServerRouter = ({ match, location }: RouteComponentProps<{ id: string }>)
<Provider store={ServerContext.useStore()}>
<WebsocketHandler/>
<TransitionRouter>
<div className={'w-full mx-auto'} style={{ maxWidth: '1200px' }}>
<div className={'w-full mx-auto px-3'} style={{ maxWidth: '1200px' }}>
{!server ?
<div className={'flex justify-center m-20'}>
<Spinner size={'large'}/>