File tree Expand file tree Collapse file tree
src/sections/Company/Legal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ const Privacy = () => {
1010 return (
1111 < TermsWrapper >
1212 < PageHeader title = "Privacy" path = "Terms > Privacy" />
13- < table > < tr > < td > Effective Date: July 11th, 2023</ td > < td > Version 3</ td > </ tr > </ table >
13+ < p >
14+ < i > Effective Date: July 11th, 2023</ i > < br />
15+ < i > Version 3</ i >
16+ </ p >
1417 < TOC />
1518 < Container >
1619 < Row >
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ const subProcessors = () => {
99 return (
1010 < TermsWrapper >
1111 < PageHeader title = "Sub-Processors and Service Providers" path = "Terms > Sub-Processors and Service Providers" />
12- < table > < tr > < td > Effective Date: March 8th, 2024</ td > < td > Version 4</ td > </ tr > </ table >
12+ < p >
13+ < i > Effective Date: March 8th, 2024</ i > < br />
14+ < i > Version 4</ i >
15+ </ p >
1316 < Container >
1417 < Row >
1518 < Col $xs = { 12 } $sm = { 12 } $lg = { 12 } >
You can’t perform that action at this time.
0 commit comments