File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -26,44 +26,42 @@ export default function Footer() {
26
26
align = { { base : 'center' , md : 'center' } }
27
27
>
28
28
< Text > Developer DAO - { new Date ( ) . getFullYear ( ) } </ Text >
29
- < Stack direction = { 'row' } spacing = { 6 } >
30
- < SocialButton
31
- label = { 'Twitter' }
32
- href = { 'https://twitter.com/devdao_academy' }
33
- >
34
- < FaTwitter />
35
- </ SocialButton >
36
- < SocialButton
37
- label = { 'Github' }
38
- href = { 'https://github.com/developer-dao/academy' }
39
- >
40
- < FaGithub />
41
- </ SocialButton >
42
- </ Stack >
43
- < Box >
29
+ < Stack direction = { 'row' } spacing = { 3 } >
44
30
< NextLink
45
31
href = {
46
32
'https://github.com/Developer-DAO/academy/issues/new?assignees=&labels=needs+triage%2C+bug&template=bug_report.md&title='
47
33
}
48
34
passHref
49
35
>
50
36
< Link isExternal textDecoration = "underline" >
51
- Where to send feedback
37
+ Feedback
52
38
</ Link >
53
39
</ NextLink >
54
- { '. ' }
55
40
< NextLink
56
41
href = {
57
42
'https://github.com/Developer-DAO/academy/blob/main/CONTRIBUTING.md'
58
43
}
59
44
passHref
60
45
>
61
46
< Link isExternal textDecoration = "underline" >
62
- How to Contribute
47
+ Contribute
63
48
</ Link >
64
49
</ NextLink >
65
- { '.' }
66
- </ Box >
50
+ </ Stack >
51
+ < Stack direction = { 'row' } spacing = { 6 } >
52
+ < SocialButton
53
+ label = { 'Twitter' }
54
+ href = { 'https://twitter.com/devdao_academy' }
55
+ >
56
+ < FaTwitter />
57
+ </ SocialButton >
58
+ < SocialButton
59
+ label = { 'Github' }
60
+ href = { 'https://github.com/developer-dao/academy' }
61
+ >
62
+ < FaGithub />
63
+ </ SocialButton >
64
+ </ Stack >
67
65
</ Container >
68
66
</ Box >
69
67
)
You can’t perform that action at this time.
0 commit comments