ui: Remove "Congrats" message and change header

This commit is contained in:
Ilija Lazoroski 2021-07-12 12:10:05 +02:00
parent af739b6c99
commit 2894af4640
1 changed files with 1 additions and 4 deletions

View File

@ -16,11 +16,8 @@ class RunServerPageComponent extends React.Component {
<Col sm={{offset: 3, span: 9}} md={{offset: 3, span: 9}}
lg={{offset: 3, span: 9}} xl={{offset: 2, span: 7}}
className={'main'}>
<h1 className="page-title">Welcome to the Monkey Island Server</h1>
<h1 className="page-title">Get started</h1>
<div style={{'fontSize': '1.2em'}}>
<p style={{'marginTop': '30px'}}>
Congratulations! You have successfully set up the Monkey Island server. &#x1F44F; &#x1F44F;
</p>
<br/>
<HomepageCallToActions />
<br/>