File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -42,27 +42,37 @@ export default function FooterComponent(): JSX.Element {
4242 light : `${ baseUrl } images/logo.svg` ,
4343 dark : `${ baseUrl } images/logo-dark.svg` ,
4444 } }
45+ style = { {
46+ width : "160px" ,
47+ height : "auto" ,
48+ } }
4549 />
46- < div style = { { flexDirection : "row" } } >
50+ < div
51+ style = { {
52+ flexDirection : "row" ,
53+ display : "flex" ,
54+ alignItems : "center" ,
55+ } }
56+ >
4757 < a
4858 href = "https://github.com/web3auth/web3auth-web"
49- style = { { marginRight : 18 } }
59+ style = { { marginRight : 8 } }
5060 target = "_blank"
5161 rel = "noreferrer"
5262 >
5363 < GitHub />
5464 </ a >
5565 < a
5666 href = "https://twitter.com/web3auth"
57- style = { { marginRight : 18 } }
67+ style = { { marginRight : 8 } }
5868 target = "_blank"
5969 rel = "noreferrer"
6070 >
6171 < Twitter />
6272 </ a >
6373 < a
6474 href = "https://youtube.com/c/web3auth"
65- style = { { marginRight : 15 } }
75+ style = { { marginRight : 8 } }
6676 target = "_blank"
6777 rel = "noreferrer"
6878 >
You can’t perform that action at this time.
0 commit comments