diff --git a/app/components/Header.tsx b/app/components/Header.tsx index bd8e46f..3e4828f 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -41,7 +41,7 @@ const Navbar = ({ title }: NavbarProps) => { > Nav Logo + diff --git a/public/logo-32x32.webp b/public/logo-32x32.webp new file mode 100644 index 0000000..66517e7 Binary files /dev/null and b/public/logo-32x32.webp differ diff --git a/tailwind.config.ts b/tailwind.config.ts index d2181f1..ff89e4a 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -6,4 +6,7 @@ export default { extend: {}, }, plugins: [require("daisyui")], + daisyui: { + themes: ["dark"], + }, } satisfies Config;