From 0bbe95c9231a6f10f38db8f63dfc7504854ae53e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 25 Feb 2025 22:08:44 +0100 Subject: Update title --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index beee9ae..1d9f575 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Interactive IP address and CIDR range calculator - cidr.xyz", + title: "Interactive visual CIDR and IP range calculator - cidr.xyz", 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