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,12 +10,11 @@ const Privacy = () => {
1010 return (
1111 < TermsWrapper >
1212 < PageHeader title = "Privacy" path = "Terms > Privacy" />
13- < p >
13+ < Container >
14+ < p > < small >
1415 < i > Effective Date: July 11th, 2023</ i > < br />
15- < i > Version 3</ i >
16+ < i > Version 3</ i > </ small >
1617 </ p >
17- < TOC />
18- < Container >
1918 < Row >
2019 < Col $xs = { 12 } $sm = { 12 } $lg = { 12 } >
2120 < p >
@@ -277,11 +276,10 @@ const Privacy = () => {
277276 Telephone number: 512-810-8200
278277 </ p >
279278 < p >
280- < i > Last Updated: March 8th, 2024</ i >
279+ < small > < i > Last Updated: March 8th, 2024</ i > </ small >
281280 </ p >
282281 </ Col >
283282 </ Row >
284- < TocPagination />
285283 </ Container >
286284 </ TermsWrapper >
287285 ) ;
Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ const subProcessors = () => {
99 return (
1010 < TermsWrapper >
1111 < PageHeader title = "Sub-Processors and Service Providers" path = "Terms > Sub-Processors and Service Providers" />
12- < p >
12+
13+ < Container >
14+ < p > < small >
1315 < i > Effective Date: March 8th, 2024</ i > < br />
14- < i > Version 4</ i >
16+ < i > Version 4</ i > </ small >
1517 </ p >
16- < Container >
1718 < Row >
1819 < Col $xs = { 12 } $sm = { 12 } $lg = { 12 } >
1920 < p >
@@ -231,9 +232,9 @@ const subProcessors = () => {
231232 </ tr >
232233 </ tbody >
233234 </ table >
234- < p >
235+ < p > < small >
235236 < i > Last Updated: Sept 25th, 2025</ i >
236- </ p >
237+ </ small > </ p >
237238 </ Col >
238239 </ Row >
239240 </ Container >
Original file line number Diff line number Diff line change 5050
5151thead {
5252 border-block-end: 2px solid;
53- background: ${ props => props . theme . green00B39FToGreyB3B3B3 } ;
53+ background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
5454}
5555
5656tfoot {
5757 text-align: center;
5858 border-block: 2px solid;
59- background: ${ props => props . theme . green00B39FToGreyB3B3B3 } ;
59+ background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
6060 font-size: 0.825rem;
6161}
6262
7979
8080thead th,
8181tfoot th {
82- background: ${ props => props . theme . green00B39FToGreyB3B3B3 } ;
82+ background: ${ props => props . theme . blue6eb0ccToBlue477E96 } ;
8383}
8484
8585thead th {
You can’t perform that action at this time.
0 commit comments