feat: แกไขสวน pages.jsx, layout.jsx
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
export const metadata = { title: "DMS – Laem Chabang Phase 3", description: "Document Management System" };
|
||||
// app/layout.jsx
|
||||
export const metadata = {
|
||||
title: "DMS",
|
||||
description: "Document Management System",
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="th">
|
||||
<html lang="en">
|
||||
<body className="min-h-screen bg-[linear-gradient(180deg,#F3FBFD_0%,#E6F7FB_100%)]">
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user