mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Footer fix
This commit is contained in:
@@ -15,7 +15,7 @@ export function Dashboard({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="w-3/4 py-4">
|
<div className="flex-grow w-3/4 py-4">
|
||||||
<div className="text-center py-6">
|
<div className="text-center py-6">
|
||||||
<h1 className="text-2xl font-bold text-blue-500">Meeting Notes</h1>
|
<h1 className="text-2xl font-bold text-blue-500">Meeting Notes</h1>
|
||||||
</div>
|
</div>
|
||||||
@@ -57,7 +57,7 @@ export function Dashboard({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer className="w-full bg-gray-800 text-white text-center py-4 fixed inset-x-0 bottom-0 text-2xl">
|
<footer className="w-full bg-gray-800 text-white text-center py-4 text-2xl">
|
||||||
{transcriptionText}
|
{transcriptionText}
|
||||||
</footer>
|
</footer>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ export default function RootLayout({ children }) {
|
|||||||
<title>Test</title>
|
<title>Test</title>
|
||||||
</Head>
|
</Head>
|
||||||
<body className={roboto.className + " flex flex-col min-h-screen"}>
|
<body className={roboto.className + " flex flex-col min-h-screen"}>
|
||||||
<main className="flex-grow">
|
|
||||||
{children}
|
{children}
|
||||||
</main>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user