mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
fix header spacing
This commit is contained in:
@@ -3,7 +3,7 @@ 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