From 7450fe585f1253bf30b9ccb7254019aafc5db088 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 10 Mar 2025 11:30:37 +0100 Subject: Cleanup title --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 1d9f575..763e026 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Interactive visual CIDR and IP range calculator - cidr.xyz", + title: "Interactive visual CIDR and IP range calculator", description: "Interactive tool for IP and CIDR calculations. Visualize subnet analysis and IP ranges. Educational resource for network planning and IT learning.", }; -- cgit v1.3.1