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 86
86
<!-- Newsletter -->
87
87
< div class ="tw-rounded-lg tw-text-center tw-mx-auto ">
88
88
< form id ="newsletter-form " name ="newsletter " novalidate >
89
- < h2
89
+ < div
90
90
class ="tw-text-white tw-font-medium tw-text-lg tw-mb-2 tw-relative tw-inline-block "
91
91
>
92
92
Stay Updated
93
93
< span
94
94
class ="tw-absolute tw-bottom-[-5px] tw-left-0 tw-w-full tw-h-0.5 tw-bg-white tw-block "
95
95
> </ span >
96
- </ h2 >
96
+ </ div >
97
97
< p
98
98
class ="tw-text-gray-300 tw-text-sm tw-transition tw-duration-300 tw-mb-6 "
99
99
>
248
248
</ div >
249
249
250
250
< 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 >
252
252
< p class ="tw-whitespace-nowrap tw-text-xs "> Certified</ p >
253
253
</ div >
254
254
< div
@@ -538,9 +538,7 @@ <h2 class="tw-whitespace-nowrap tw-text-sm">SOC2 Type II</h2>
538
538
footerData . forEach ( ( section ) => {
539
539
const column = document . createElement ( "div" ) ;
540
540
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>
544
542
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs">
545
543
${ section . items
546
544
. map (
You can’t perform that action at this time.
0 commit comments