From 9f8abf8c74d3f19202b77a3e6443178775ffa44e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 22 May 2025 14:50:33 +0200 Subject: Update embed description --- src/pages/embed-widget.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/embed-widget.astro b/src/pages/embed-widget.astro index ec3d0ad..0bdaf11 100644 --- a/src/pages/embed-widget.astro +++ b/src/pages/embed-widget.astro @@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro"; const title = "CIDR Calculator Widget Embed Example"; const description = - "Learn how to embed the CIDR calculator widget in your website"; + "Copy-paste our lightweight iframe to embed the CIDR & subnet calculator on your site in seconds—responsive, free, and auto-updated with every new release."; // Embed code that users can copy const embedCode = ``; -- cgit v1.3.1