Skip to content
Snippets Groups Projects
Commit e33bd527 authored by Tomáš Havlíček's avatar Tomáš Havlíček
Browse files

feat: updated about

parent 54f3bb36
No related branches found
No related tags found
No related merge requests found
...@@ -13,10 +13,10 @@ export const About = () => { ...@@ -13,10 +13,10 @@ export const About = () => {
<Card title={<Title>About</Title>}> <Card title={<Title>About</Title>}>
<Paragraph> Movie Base is database of movies.</Paragraph> <Paragraph> Movie Base is database of movies.</Paragraph>
<Paragraph> <Paragraph>
{" "}
It is possible to view popular movies, search for your favourites It is possible to view popular movies, search for your favourites
or checkout details of every movie possible{" "} or checkout details of every movie in existence (or at least in our database)
</Paragraph> </Paragraph>
<Paragraph>Authors: Lukáš Kratochvíl, Martin Korec, Tomáš Havlíček</Paragraph>
</Card> </Card>
</Space> </Space>
</Typography> </Typography>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment