From 09b258f0bdd69425fb93f43d1e73b05b8f311e05 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Sun, 30 Nov 2025 21:34:12 +0000 Subject: [PATCH] Changed Title --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 70d2331..5e5e02d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -4,7 +4,7 @@ import "leaflet/dist/leaflet.css"; import AuthProvider from "@/components/AuthProvider"; export const metadata: Metadata = { - title: "Location Tracker - POC", + title: "GPS Location Tracker", description: "MQTT Location Tracking with Admin Panel", };