Transcript in footer

This commit is contained in:
Koper
2023-07-21 19:17:03 +07:00
parent 3ebf30bc0f
commit b99c8430e4
2 changed files with 5 additions and 15 deletions

View File

@@ -20,9 +20,6 @@ export default function RootLayout({ children }) {
<main className="flex-grow">
{children}
</main>
<footer className="w-full bg-gray-800 text-white text-center py-4 fixed inset-x-0 bottom-0">
© 2023 Reflector, a product of Monadical
</footer>
</body>
</html>