chore: update dependencies and configuration for Tailwind CSS
- Added "@tailwindcss/postcss" to package.json dependencies. - Updated "tailwindcss" version to "^4.3.0" in package.json. - Modified postcss.config.mjs to use "@tailwindcss/postcss" instead of "tailwindcss". - Changed darkMode configuration in tailwind.config.ts to a string format.
This commit is contained in:
+3
-3
@@ -7,8 +7,8 @@ import { Toaster } from "react-hot-toast";
|
||||
const geist = Geist({ subsets: ["latin"], variable: "--font-sans" });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cognis - Your AI Assistant",
|
||||
description: "Productivity Dashboard - AI-Powered Personal Life and Planning Dashboard",
|
||||
title: "Cognis",
|
||||
description: "Self-hosted freelancer operating dashboard",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -19,7 +19,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html
|
||||
lang="tr"
|
||||
className={cn("font-sans dark", geist.variable)}
|
||||
className={cn("font-sans", geist.variable)}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user