mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix header spacing
This commit is contained in:
@@ -3,8 +3,8 @@ import Book from '../components/book'
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1 className="text-xl font-extrabold">Buchungsanfrage</h1>
|
<h1 className="text-xl font-extrabold mb-6">Buchungsanfrage</h1>
|
||||||
<Book />
|
<Book />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user