File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ import {
16
16
ReviewPolicy ,
17
17
FaqRoute
18
18
} from '../../constants'
19
- import { Twitter , Facebook , GitHub } from 'react-feather'
19
+ import { Facebook , GitHub } from 'react-feather'
20
20
import DeGruyterLogo from '../../assets/images/Verlag_Walter_de_Gruyter_Logo_Oldenbourg.svg'
21
21
import UniluLogo from '../../assets/images/unilu-c2dh-logo.svg'
22
+ import BlueskyIcon from '../../assets/icons/bluesky.svg'
22
23
import '../../styles/components/Footer.scss'
23
24
24
25
@@ -80,8 +81,8 @@ const Footer = ({ hideOnRoutes=[]}) => {
80
81
< Col { ...BootstrapFullColumLayout } >
81
82
< div className = "border-top pt-3 mt-3 d-md-flex justify-content-center" >
82
83
< div className = "me-3 mb-3 mb-md-0 " >
83
- < a className = "plain-a" href = { ` https://twitter.com/ ${ process . env . REACT_APP_TWITTER } ` } target = "_blank" rel = "noreferrer" >
84
- < Twitter size = { 15 } /> @{ process . env . REACT_APP_TWITTER }
84
+ < a className = "plain-a" href = " https://bsky.app/profile/jdighist.bsky.social" target = "_blank" rel = "noreferrer" >
85
+ < Bluesky size = { 15 } /> @jdighist.bsky.social
85
86
</ a >
86
87
</ div >
87
88
< div className = "d-none d-md-block" > ·</ div >
You can’t perform that action at this time.
0 commit comments