File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -53,23 +53,21 @@ const FooterConf = () => {
53
53
) ) }
54
54
</ div >
55
55
</ div >
56
- < div >
57
- < div className = "container mt-5 sm:mt-0 py-4 flex flex-wrap flex-col sm:flex-row" >
58
- < p className = "text-white text-sm text-center sm:text-left" >
59
- Copyright © { `${ new Date ( ) . getFullYear ( ) } ` } The GraphQL Foundation.
60
- All rights reserved.
61
- < br />
62
- For web site terms of use, trademark policy and general project
63
- policies please see
64
- < a href = "https://lfprojects.org" target = "_blank" >
65
- https://lfprojects.org
66
- </ a >
67
- .
68
- </ p >
69
- < span className = "inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start " >
70
- < SocialIcons />
71
- </ span >
72
- </ div >
56
+ < div className = "container px-5 mt-5 sm:mt-0 py-4 flex flex-wrap flex-col sm:flex-row" >
57
+ < p className = "text-white text-sm text-center sm:text-left" >
58
+ Copyright © { `${ new Date ( ) . getFullYear ( ) } ` } The GraphQL Foundation.
59
+ All rights reserved.
60
+ < br />
61
+ For web site terms of use, trademark policy and general project
62
+ policies please see
63
+ < a href = "https://lfprojects.org" target = "_blank" >
64
+ https://lfprojects.org
65
+ </ a >
66
+ .
67
+ </ p >
68
+ < span className = "inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start items-start" >
69
+ < SocialIcons />
70
+ </ span >
73
71
</ div >
74
72
</ footer >
75
73
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const SocialIcons = () => {
7
7
return (
8
8
< >
9
9
< a
10
- className = "ml-5 mt-3 text-white cursor-pointer"
10
+ className = "mt-3 text-white cursor-pointer"
11
11
href = "https://github.com/graphql"
12
12
target = "_blank"
13
13
>
You can’t perform that action at this time.
0 commit comments