feat(gui): compact header design

This commit is contained in:
Alexey Kasyanchuk 2018-03-12 22:42:56 +03:00
parent 2c6a54651f
commit ce4e364e72

View File

@ -7,7 +7,9 @@ const Header = (props) => {
return ( return (
<Card> <Card>
<CardMedia <CardMedia
overlay={<CardTitle title="Yarrr, Landlubbers!" subtitle="Welcome to torrent project" />} overlay={<CardTitle title="Yarrr, Landlubbers!" subtitle="Welcome to ROTB! This is file search engine based on the torrents from the internet.
Here you can easily find torrent or file that you intrested for. We are not responsible for any content:
this is only information about content that collected automatically!" />}
> >
<div className='row' style={{ <div className='row' style={{
padding: '15px', padding: '15px',
@ -72,11 +74,6 @@ const Header = (props) => {
} }
</div> </div>
</CardMedia> </CardMedia>
<CardText>
Welcome to ROTB! This is file search engine based on the torrents from the internet.
Here you can easily find torrent or file that you intrested for. We are not responsible for any content:
this is only information about content that collected automatically!
</CardText>
</Card> </Card>
) )
} }