File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ export default function Footer() {
18
18
>
19
19
< Container
20
20
as = { Stack }
21
- maxW = { '6xl ' }
21
+ maxW = { '2xl ' }
22
22
py = { 4 }
23
23
direction = { { base : 'column' , md : 'row' } }
24
24
spacing = { 4 }
25
25
justify = { { base : 'center' , md : 'space-between' } }
26
26
align = { { base : 'center' , md : 'center' } }
27
27
>
28
- < Text > Developer DAO Foundation © { new Date ( ) . getFullYear ( ) } </ Text >
29
28
< Stack direction = { 'row' } spacing = { 3 } >
30
29
< NextLink
31
30
href = {
@@ -58,6 +57,7 @@ export default function Footer() {
58
57
</ Container >
59
58
60
59
< Container maxW = { '6xl' } py = { 4 } centerContent >
60
+ < Text > Developer DAO Foundation © { new Date ( ) . getFullYear ( ) } </ Text >
61
61
< Text align = "center" >
62
62
Website content licensed under{ ' ' }
63
63
< NextLink
@@ -82,6 +82,16 @@ export default function Footer() {
82
82
</ NextLink >
83
83
.
84
84
</ Text >
85
+ < Text >
86
+ < NextLink
87
+ href = { 'https://www.developerdao.com/privacy-policy' }
88
+ passHref
89
+ >
90
+ < Link isExternal textDecoration = "underline" >
91
+ Privacy Policy
92
+ </ Link >
93
+ </ NextLink >
94
+ </ Text >
85
95
</ Container >
86
96
</ Box >
87
97
)
You can’t perform that action at this time.
0 commit comments