mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
Add page title
This commit is contained in:
@@ -14,6 +14,7 @@ import React, { useContext } from "react";
|
||||
import { Check } from "tabler-icons-react";
|
||||
import { IsSignedInContext } from "../utils/auth.util";
|
||||
import Image from "next/image";
|
||||
import Meta from "../components/Meta";
|
||||
const useStyles = createStyles((theme) => ({
|
||||
inner: {
|
||||
display: "flex",
|
||||
@@ -74,7 +75,8 @@ export default function Home() {
|
||||
router.replace("/upload");
|
||||
} else {
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<Meta title="Home" />
|
||||
<Container>
|
||||
<div className={classes.inner}>
|
||||
<div className={classes.content}>
|
||||
@@ -143,7 +145,7 @@ export default function Home() {
|
||||
</Group>
|
||||
</div>
|
||||
</Container>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user