use fixed tarifs and add additional costs

This commit is contained in:
Thomas Ruoff
2020-10-10 00:39:29 +02:00
parent da91a9b09c
commit 396e4b0a86
7 changed files with 185 additions and 89 deletions

View File

@@ -1,10 +1,6 @@
import React from 'react'
export default function Header({
label = 'Pfadi Bussle Buchen',
}: {
label?: string
}) {
export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) {
return (
<div className="flex flex-row items-center p-3 my-3 text-white bg-gray-600 rounded-sm">
<h1 className="flex-grow text-3xl">{label}</h1>