File tree 5 files changed +29
-8
lines changed
5 files changed +29
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import JavaLogo from './java-logo.svg';
12
12
import LinuxLogo from './linux-logo.svg' ;
13
13
import Logo from './logo' ;
14
14
import NodeLogo from './node-logo.svg' ;
15
+ import OpenSourcePledge from './open-source-pledge.svg' ;
15
16
import ProductHuntLogo from './product-hunt-logo.svg' ;
16
17
import PythonLogo from './python-logo.svg' ;
17
18
import RubyLogo from './ruby-logo.svg' ;
@@ -35,6 +36,7 @@ export {
35
36
LinuxLogo ,
36
37
Logo ,
37
38
NodeLogo ,
39
+ OpenSourcePledge ,
38
40
ProductHuntLogo ,
39
41
PythonLogo ,
40
42
RubyLogo ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ import {
63
63
AppleLogo ,
64
64
LinuxLogo ,
65
65
NodeLogo ,
66
+ OpenSourcePledge ,
66
67
DenoLogo ,
67
68
BunLogo ,
68
69
FirefoxLogo ,
Original file line number Diff line number Diff line change @@ -43,12 +43,7 @@ export const StyledColumn = styled.div`
43
43
@media (min-width: ${ screens . xl } ) {
44
44
flex-direction: column;
45
45
min-width: 398px;
46
- gap: 76px;
47
- }
48
-
49
- & *:first-child > svg {
50
- width: 170px;
51
- height: 26px;
46
+ gap: 57px;
52
47
}
53
48
}
54
49
@@ -193,7 +188,7 @@ export const StyledIconsWrapper = styled.div`
193
188
flex-direction: row;
194
189
justify-content: space-between;
195
190
align-items: end;
196
- gap: 76px ;
191
+ gap: 57px ;
197
192
198
193
@media (min-width: ${ screens . md } ) {
199
194
flex-direction: column;
Original file line number Diff line number Diff line change
1
+ import { OpenSourcePledge } from '@/components/elements/icon/custom' ;
1
2
import { FooterColumnBlock } from './components/footer-column-block' ;
2
3
import { FooterCopy } from './components/footer-copy' ;
3
4
import {
@@ -38,7 +39,7 @@ export const Footer = ({ withoutNewsletter }: FooterProps) => {
38
39
< StyledContainer >
39
40
< StyledColumn >
40
41
< Link href = "/" aria-label = "HTTP Toolkit homepage" >
41
- < HalfColoredLogo />
42
+ < HalfColoredLogo width = "170px" />
42
43
</ Link >
43
44
< StyledIconsWrapper >
44
45
< Stack >
@@ -54,6 +55,11 @@ export const Footer = ({ withoutNewsletter }: FooterProps) => {
54
55
</ Link >
55
56
</ Stack >
56
57
</ Stack >
58
+ < Stack $direction = "row" >
59
+ < Link href = "https://opensourcepledge.com/" >
60
+ < OpenSourcePledge fill = "#f00" width = "120px" alt = "Open Source Pledge member" />
61
+ </ Link >
62
+ </ Stack >
57
63
< ThemeToggle id = "themetogglefooter" />
58
64
</ StyledIconsWrapper >
59
65
</ StyledColumn >
You can’t perform that action at this time.
0 commit comments