Skip to content
Snippets Groups Projects
About.tsx 792 B
Newer Older
import { Space, Typography, Card } from "antd";

export const About = () => {
    <Typography>
      <Space
        direction="vertical"
        size="middle"
        style={{ display: "flex", padding: 16, textAlign: "center" }}
      >
        <Card title={<Title>About</Title>}>
          <Paragraph> Movie Base is database of movies.</Paragraph>
          <Paragraph>
            It is possible to view popular movies, search for your favourites
Tomáš Havlíček's avatar
Tomáš Havlíček committed
            or checkout details of every movie in existence (or at least in our database)
Tomáš Havlíček's avatar
Tomáš Havlíček committed
          <Paragraph>Authors: Lukáš Kratochvíl, Martin Korec, Tomáš Havlíček</Paragraph>