summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-10 11:30:37 +0100
committerYuval Adam <_@yuv.al>2025-03-10 11:30:37 +0100
commit7450fe585f1253bf30b9ccb7254019aafc5db088 (patch)
treea4a8baca3e2cc51064f15418cc1d2eec3137ecde
parent0bbe95c9231a6f10f38db8f63dfc7504854ae53e (diff)
Cleanup title
-rw-r--r--app/layout.tsx2
1 files changed, 1 insertions, 1 deletions
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.",
};