Actual basic footer. Need to add everything tina related.

This commit was merged in pull request #11.
This commit is contained in:
2023-09-10 22:56:29 +02:00
parent ea192edf8f
commit a262dc6328
7 changed files with 51 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ export const Layout = ({
className={ "min-h-screen flex flex-col" }
>
<Header data={ data?.header } />
<div className="flex-1 text-gray-800 bg-gradient-to-br from-white to-gray-50 dark:from-gray-900 dark:to-gray-1000 flex flex-col">
<div className="flex-1 flex flex-col">
{ children }
</div>
<Footer