Skip to content

Commit 2bc73c3

Browse files
fix: remove Twitter link from Footer
Co-authored-by: Alessandro100 <18631060+Alessandro100@users.noreply.github.com>
1 parent bc74e06 commit 2bc73c3

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

src/app/components/Footer.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use client';
22
import React from 'react';
33
import '../styles/Footer.css';
4-
import TwitterIcon from '@mui/icons-material/Twitter';
54
import { Button, IconButton, useTheme } from '@mui/material';
65
import { GitHub, LinkedIn, OpenInNew } from '@mui/icons-material';
76
import { MOBILITY_DATA_LINKS } from '../constants/Navigation';
@@ -45,17 +44,6 @@ const Footer: React.FC = () => {
4544
</Button>
4645
</a>
4746
<div style={{ margin: 0, display: 'flex', justifyContent: 'center' }}>
48-
<IconButton
49-
aria-label='twitter'
50-
className='link-button'
51-
color='primary'
52-
component='a'
53-
href={MOBILITY_DATA_LINKS.twitter}
54-
target='_blank'
55-
rel='noreferrer'
56-
>
57-
<TwitterIcon />
58-
</IconButton>
5947
<IconButton
6048
aria-label='slack'
6149
className='link-button'

src/app/constants/Navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const POST_REGISTRATION_TARGET = '/verify-email';
99
export const COMPLETE_REGISTRATION_TARGET = '/complete-registration';
1010

1111
export const MOBILITY_DATA_LINKS = {
12-
twitter: 'https://twitter.com/mobilitydataio',
1312
slack:
1413
'https://share.mobilitydata.org/slack?_gl=1*vdltzn*_ga*MTg3NTkzMjk0MS4xNjg1NDA4NDQ5*_ga_55GPMF0W9Z*MTY5NzIxNDMzMS4xNy4wLjE2OTcyMTQzMzIuMC4wLjA.*_ga_38D0062PPR*MTY5NzIxNDMzMS43LjAuMTY5NzIxNDMzMS4wLjAuMA..&_ga=2.58702697.2112403184.1697214331-1875932941.1685408449',
1514
linkedin: 'https://www.linkedin.com/company/mobilitydata/',

0 commit comments

Comments
 (0)