diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-25 22:08:44 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-25 22:08:44 +0100 |
| commit | 0bbe95c9231a6f10f38db8f63dfc7504854ae53e (patch) | |
| tree | 7d4f714e865dffb58b013b054fbf35a943d48e26 /app/layout.tsx | |
| parent | 4c9b5821549530299ebd7511d59c4d037ece31b9 (diff) | |
Update title
Diffstat (limited to 'app/layout.tsx')
| -rw-r--r-- | app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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.", }; |
