File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 11'use client' ;
22import React from 'react' ;
33import '../styles/Footer.css' ;
4- import TwitterIcon from '@mui/icons-material/Twitter' ;
54import { Button , IconButton , useTheme } from '@mui/material' ;
65import { GitHub , LinkedIn , OpenInNew } from '@mui/icons-material' ;
76import { 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'
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export const POST_REGISTRATION_TARGET = '/verify-email';
99export const COMPLETE_REGISTRATION_TARGET = '/complete-registration' ;
1010
1111export 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/' ,
You can’t perform that action at this time.
0 commit comments