fix: documentation hero

This commit is contained in:
Valerio Ageno
2024-08-17 20:16:26 +02:00
parent 6402f42d01
commit 3636268a71
3 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@ import { Link } from 'tuono'
export default function Hero(): JSX.Element {
return (
<Container size={1100} mt={200}>
<Container size={1100} my={100}>
<Center>
<Title order={1}>The react/rust fullstack framework</Title>
</Center>
+2
View File
@@ -10,6 +10,8 @@ import { Head, useRouter } from 'tuono'
import Navbar from '../components/navbar'
import '@mantine/core/styles.css'
import '@mantine/code-highlight/styles.css'
import Sidebar from '../components/sidebar'
interface RootRouteProps {
@@ -4,8 +4,6 @@ import MdxProvider from '../../components/mdx-provider'
import EditPage from '../../components/edit-page'
import TableOfContents from '../../components/table-of-content'
import '@mantine/code-highlight/styles.css'
interface RootRouteProps {
children: ReactNode
}