diff --git a/dashboard/public/background.jpg b/dashboard/public/background.jpg deleted file mode 100644 index fa745b6..0000000 Binary files a/dashboard/public/background.jpg and /dev/null differ diff --git a/dashboard/public/zetina-logo.png b/dashboard/public/zetina-logo.png deleted file mode 100644 index 373d23a..0000000 Binary files a/dashboard/public/zetina-logo.png and /dev/null differ diff --git a/dashboard/src/app/layout.tsx b/dashboard/src/app/layout.tsx index a8c624a..02d7e19 100644 --- a/dashboard/src/app/layout.tsx +++ b/dashboard/src/app/layout.tsx @@ -17,7 +17,14 @@ export default function RootLayout({ return ( - + + + + + {children} diff --git a/dashboard/src/app/page.tsx b/dashboard/src/app/page.tsx index 9e1c4eb..110a3dc 100644 --- a/dashboard/src/app/page.tsx +++ b/dashboard/src/app/page.tsx @@ -304,7 +304,7 @@ export default function Home() {
{logs.map((log, index) => (
{log}