File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 (
You can’t perform that action at this time.
0 commit comments