From ed2bec4912d457ad7402768eaf974bbfecd11304 Mon Sep 17 00:00:00 2001 From: lumijiez <59575049+lumijiez@users.noreply.github.com> Date: Wed, 21 May 2025 22:14:20 +0300 Subject: [PATCH] last --- src/app/layout.js | 2 +- src/components/Navbar.js | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 715ffb0..e8f554b 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -4,7 +4,7 @@ import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata = { - title: 'Solar Management Dashboard', + title: 'UTM Solar Panels', description: 'Real-time solar system monitoring dashboard', } diff --git a/src/components/Navbar.js b/src/components/Navbar.js index cf071ee..7ab88e1 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -34,28 +34,37 @@ export function Navbar({ lastUpdateTime }) { className="w-auto h-10" />

- UTM Solar Panels + Solar Panels

{lastUpdateTime && (