Skip to content

Commit 57e0cf4

Browse files
committed
fix: remove h2 heading from the footer
1 parent 7eeba06 commit 57e0cf4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

overrides/partials/footer.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
<!-- Newsletter -->
8787
<div class="tw-rounded-lg tw-text-center tw-mx-auto">
8888
<form id="newsletter-form" name="newsletter" novalidate>
89-
<h2
89+
<div
9090
class="tw-text-white tw-font-medium tw-text-lg tw-mb-2 tw-relative tw-inline-block"
9191
>
9292
Stay Updated
9393
<span
9494
class="tw-absolute tw-bottom-[-5px] tw-left-0 tw-w-full tw-h-0.5 tw-bg-white tw-block"
9595
></span>
96-
</h2>
96+
</div>
9797
<p
9898
class="tw-text-gray-300 tw-text-sm tw-transition tw-duration-300 tw-mb-6"
9999
>
@@ -248,7 +248,7 @@
248248
</div>
249249

250250
<div class="tw-flex tw-flex-col tw-text-white">
251-
<h2 class="tw-whitespace-nowrap tw-text-sm">SOC2 Type II</h2>
251+
<p class="tw-whitespace-nowrap tw-text-sm">SOC2 Type II</p>
252252
<p class="tw-whitespace-nowrap tw-text-xs">Certified</p>
253253
</div>
254254
<div
@@ -538,9 +538,7 @@ <h2 class="tw-whitespace-nowrap tw-text-sm">SOC2 Type II</h2>
538538
footerData.forEach((section) => {
539539
const column = document.createElement("div");
540540
column.innerHTML = `
541-
<h2 class="tw-text-white tw-font-medium tw-text-base tw-mb-3">${
542-
section.title
543-
}</h2>
541+
<div class="tw-text-white tw-font-medium tw-text-base tw-mb-3">${section.title}</div>
544542
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs">
545543
${section.items
546544
.map(

0 commit comments

Comments
 (0)