diff options
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> |
