From a1320425527f5322a846bbf254673bf90e3382a0 Mon Sep 17 00:00:00 2001 From: Anurag Kochar <93912807+Anurag-Kochar-1@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:31:26 +0530 Subject: [PATCH] Fix multiple H1 tags and update section titles (#457) * fix: replace h1 tags with h2 for section titles (e.g., JobLanding, Testimonials, Faqs sections) on home page * fix: update job card title tags from h1 and h3 to h2 in Jobcard and job-card components * fix: update job component title tag to h1, other to h2, and "Recommended for you" section title tags to h2 on job detail page --- src/app/jobs/[id]/page.tsx | 2 +- src/components/Faqs.tsx | 4 ++-- src/components/Jobcard.tsx | 4 ++-- src/components/Testimonials.tsx | 2 +- src/components/job-card.tsx | 2 +- src/components/job-landing.tsx | 2 +- src/components/job.tsx | 10 +++++----- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/jobs/[id]/page.tsx b/src/app/jobs/[id]/page.tsx index d78c622f..2c8c12d0 100644 --- a/src/app/jobs/[id]/page.tsx +++ b/src/app/jobs/[id]/page.tsx @@ -47,7 +47,7 @@ const page = async ({ params }: { params: JobByIdSchemaType }) => { {/* job recommendations */}