1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-12 03:12:50 +00:00

wip - add/edit server with modal

This commit is contained in:
2017-10-26 23:39:46 -05:00
parent 5db4b138e0
commit 0df1e284f9
10 changed files with 282 additions and 50 deletions

View File

@@ -41,7 +41,6 @@ export class Header extends React.Component<Props, any> {
return (
<div className="header">
<div className="header__version">
{/* <i className="fa fa-2x fa-github"/> */}
<img src={headerIcon}/>
<span style={{ fontSize: '10px' }}>v{VERSION}</span>
</div>