File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ export default function Footer() {
65
65
</ Container >
66
66
67
67
< Container maxW = { '6xl' } py = { 4 } centerContent >
68
- < p >
69
- All website content licensed under{ ' ' }
68
+ < Text align = "center" >
69
+ Website content licensed under{ ' ' }
70
70
< NextLink
71
71
href = { 'http://creativecommons.org/licenses/by-nc/4.0/' }
72
72
passHref
@@ -76,8 +76,8 @@ export default function Footer() {
76
76
</ Link >
77
77
</ NextLink >
78
78
.
79
- </ p >
80
- < p >
79
+ </ Text >
80
+ < Text >
81
81
Website code is licensed under{ ' ' }
82
82
< NextLink
83
83
href = { 'https://github.com/Developer-DAO/academy/blob/main/LICENSE' }
@@ -88,7 +88,7 @@ export default function Footer() {
88
88
</ Link >
89
89
</ NextLink >
90
90
.
91
- </ p >
91
+ </ Text >
92
92
</ Container >
93
93
</ Box >
94
94
)
You can’t perform that action at this time.
0 commit comments