fix(gui): some incorrect information removed from top header

This commit is contained in:
Alexey Kasyanchuk 2018-03-04 00:47:09 +03:00
parent 3bed2b13cb
commit a8db927c8d

View File

@ -17,9 +17,9 @@ const Header = (props) => {
<img src={Background} /> <img src={Background} />
</CardMedia> </CardMedia>
<CardText> <CardText>
Welcome to BT Search! This is file search engine based on the torrents from the internet. 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 of the site: 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! Content right holders and users can mark/block bad content. this is only information about content that collected automatically!
</CardText> </CardText>
</Card> </Card>
) )