not sure but it seems to work

This commit is contained in:
Thomas Ruoff
2025-03-26 22:10:46 +01:00
parent 0db0339a55
commit eb9a297a09
15 changed files with 1459 additions and 1697 deletions

View File

@@ -1,6 +1,8 @@
import Layout from '../components/layout'
export default function Prices() {
return (
<>
<Layout>
<h1 className="mb-3 text-xl font-extrabold">Preise</h1>
<table className="divide-y divide-gray-200">
<thead className="bg-gray-50">
@@ -50,6 +52,6 @@ export default function Prices() {
</tr>
</tbody>
</table>
</>
</Layout>
)
}
}