|
@@ -28,16 +28,13 @@ const PageLayout: React.FC = () => {
|
|
|
return (
|
|
return (
|
|
|
<Layout>
|
|
<Layout>
|
|
|
<Header className={styles.header}>
|
|
<Header className={styles.header}>
|
|
|
- <Row gutter={8}>
|
|
|
|
|
|
|
+ <Row justify="space-between">
|
|
|
<Col className={`${styles.arrow} ${hideArrow ? styles.hide : ''}`}>
|
|
<Col className={`${styles.arrow} ${hideArrow ? styles.hide : ''}`}>
|
|
|
<Link to={pathname.slice(0, pathname.lastIndexOf('/'))}>
|
|
<Link to={pathname.slice(0, pathname.lastIndexOf('/'))}>
|
|
|
<Button type="link" icon={<ArrowLeftOutlined />} />
|
|
<Button type="link" icon={<ArrowLeftOutlined />} />
|
|
|
</Link>
|
|
</Link>
|
|
|
</Col>
|
|
</Col>
|
|
|
- <Col
|
|
|
|
|
- className={`${styles.title} ${hideArrow ? '' : styles.margin}`}
|
|
|
|
|
- flex="1"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <Col className={`${styles.title} ${hideArrow ? '' : styles.margin}`}>
|
|
|
<Text strong>Woord</Text>
|
|
<Text strong>Woord</Text>
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col>
|
|
<Col>
|