mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
many visual alignments
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import React from 'react'
|
||||
import Head from 'next/head'
|
||||
import Link from 'next/link'
|
||||
import Footer from '../../components/footer'
|
||||
import Header from '../../components/header'
|
||||
@@ -30,12 +29,7 @@ export const getServerSideProps = withSession(async (context) => {
|
||||
export default function AdminRecentBookings({ bookings }) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Pfadi Bussle Admin</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
|
||||
<Header label="Pfadi Bussle Buchungsliste" />
|
||||
<Header label="Buchungsliste" />
|
||||
<main className="main py-3">
|
||||
{bookings.map((booking: any) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user