diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-09 13:39:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-09 13:39:05 +0200 |
| commit | 0c2af02702d186a61535a857f7cca29f943a75ca (patch) | |
| tree | 1d8127a5534589114fdf0af8754ac2e2839ca563 /src | |
| parent | ac6725e23396447c88cde7364c3bdc47a0a546de (diff) | |
Remove dupe is
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 9206573..7e40a23 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -78,7 +78,10 @@ const faqJsonLd = { <Cidr client:load /> - <section id="faq" class="mx-auto mt-12 max-w-3xl px-4 sm:px-0"> + <section + id="faq-section" + class="mx-auto mt-12 max-w-3xl px-4 sm:px-0" + > <h2 id="faq" class="mb-4 text-2xl font-bold"> CIDR & Subnetting FAQ </h2> |
