diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8091b5c..8c7443a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -60,6 +60,13 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( + + +
{children} diff --git a/src/app/taskflow-logo-small.ico b/src/app/taskflow-logo-small.ico new file mode 100644 index 0000000..c4f7be2 Binary files /dev/null and b/src/app/taskflow-logo-small.ico differ