File tree Expand file tree Collapse file tree 9 files changed +4
-46
lines changed Expand file tree Collapse file tree 9 files changed +4
-46
lines changed Original file line number Diff line number Diff line change 3
3
Wir freuen uns über Kommentare Anregungen und Unterstützung:
4
4
schick uns ein Nachricht an
[ [email protected] ] ( mailto:[email protected] )
5
5
6
- Oder folge uns auf [ Twitter ] ( https://twitter. com/fixmyberlin )
6
+ Sie finden uns auch auf [ LinkedIn ] ( https://www.linkedin. com/company/fixmycity ) .
7
7
8
- Sofern Du Bugs oder Verbesserungsvorschläge hast, gib uns gerne [ auf github.com Feedback] ( https://github.com/FixMyBerlin/fixmy.frontend ) .
8
+ Sofern Sie Bugs oder Verbesserungsvorschläge haben, geben Sie uns gerne [ auf github.com Feedback] ( https://github.com/FixMyBerlin/fixmy.frontend ) .
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Verantwortlicher i.S.v. § 55 Rundfunkstaatsvertrag (RStV): Heiko Rintelen
21
21
22
22
Wir freuen uns über Kommentare Anregungen und Unterstützung an
[ [email protected] ] ( mailto:[email protected] )
23
23
24
- Du findest uns auch auf [ twitter ] ( https://twitter.com/fixmyberlin ) | [ instagram ] ( https://www.instagram.com/fixmycity/ ) | [ facebook ] ( https://www.facebook.com/FixMyCityApp/ ) und [ linkedIn] ( https://www.linkedin.com/company/fixmycity )
24
+ Sie finden uns auch auf [ linkedIn] ( https://www.linkedin.com/company/fixmycity )
25
25
26
- Sofern du Bugs oder Verbesserungsvorschläge hast, gib uns gerne [ auf github.com Feedback] ( https://github.com/FixMyBerlin/fixmy.platform/issues/new/choose ) .
26
+ Sofern Sie Bugs oder Verbesserungsvorschläge haben, geben Sie uns gerne [ auf github.com Feedback] ( https://github.com/FixMyBerlin/fixmy.platform/issues/new/choose ) .
27
27
28
28
## Open Source
29
29
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ class MenuFooter extends PureComponent {
76
76
< FooterLinks >
77
77
{ config . menu . footeritems . map ( ( item , i ) => renderItem ( item , i ) ) }
78
78
</ FooterLinks >
79
- { config . menu . twitter !== false && < SocialLinks title = "Folge uns" /> }
80
79
</ Footer >
81
80
) ;
82
81
}
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from 'react';
2
2
import styled from 'styled-components' ;
3
3
4
4
import FbIcon from '~/images/facebook.svg' ;
5
- import TwIcon from '~/images/twitter.svg' ;
6
5
7
6
const SocialButton = styled . div `
8
7
margin: 0 10px;
@@ -12,9 +11,6 @@ export default (props) => {
12
11
let SocialIcon ;
13
12
14
13
switch ( props . type ) {
15
- case 'twitter' :
16
- SocialIcon = TwIcon ;
17
- break ;
18
14
case 'facebook' :
19
15
default :
20
16
SocialIcon = FbIcon ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ export const menu: ConfigMenu = {
7
7
profileLabel : 'Zum Profil' ,
8
8
loginLabel : 'Login' ,
9
9
logo : false ,
10
- twitter : false ,
11
10
items : [
12
11
{
13
12
type : 'link' ,
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ export type ConfigMenu = {
43
43
login ?: false | undefined ;
44
44
loginLabel : string ;
45
45
logo ?: boolean ;
46
- twitter ?: boolean ;
47
46
items : MenuItem [ ] ;
48
47
footeritems : FooterItem [ ] ;
49
48
} ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { Link } from '~/components2/Link';
9
9
import { Logo as FMBLogo } from '~/components2/Logo' ;
10
10
import config from '~/config' ;
11
11
import FacebookIcon from '~/images/button-social-facebook.svg' ;
12
- import TwitterIcon from '~/images/button-social-twitter.svg' ;
13
12
import { useTypedSelector } from '~/store' ;
14
13
import { media } from '~/styles/utils' ;
15
14
@@ -79,16 +78,7 @@ const FacebookButton = styled(FacebookIcon)`
79
78
opacity: 0.8;
80
79
}
81
80
` ;
82
- const TwitterButton = styled ( TwitterIcon ) `
83
- width: 40px;
84
- height: 40px;
85
- margin: 0 5px;
86
- cursor: pointer;
87
81
88
- &:hover {
89
- opacity: 0.8;
90
- }
91
- ` ;
92
82
const HomeBerlin = ( ) => {
93
83
const dispatch = useDispatch ( ) ;
94
84
const isMenuOpen = useTypedSelector ( ( state ) => state . AppState . isMenuOpen ) ;
@@ -143,13 +133,6 @@ const HomeBerlin = () => {
143
133
>
144
134
< FacebookButton />
145
135
</ a >
146
- < a
147
- href = "https://twitter.com/fixmyberlin"
148
- rel = "noopener noreferrer"
149
- target = "_blank"
150
- >
151
- < TwitterButton />
152
- </ a >
153
136
</ SocialWrapper >
154
137
</ >
155
138
) ;
You can’t perform that action at this time.
0 commit comments