Skip to content

Commit

Permalink
Update Footer.js
Browse files Browse the repository at this point in the history
Update Footer.js
  • Loading branch information
eliselavy authored Oct 31, 2024
2 parents 3ae98e3 + 4c00970 commit e5e0a1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ import {
ReviewPolicy,
FaqRoute
} from '../../constants'
import { Twitter, Facebook, GitHub } from 'react-feather'
import { Facebook, GitHub } from 'react-feather'
import DeGruyterLogo from '../../assets/images/Verlag_Walter_de_Gruyter_Logo_Oldenbourg.svg'
import UniluLogo from '../../assets/images/unilu-c2dh-logo.svg'
import BlueskyIcon from '../../assets/icons/bluesky.svg'
import '../../styles/components/Footer.scss'


Expand Down Expand Up @@ -80,8 +81,8 @@ const Footer = ({ hideOnRoutes=[]}) => {
<Col {...BootstrapFullColumLayout}>
<div className="border-top pt-3 mt-3 d-md-flex justify-content-center">
<div className="me-3 mb-3 mb-md-0 ">
<a className="plain-a" href={`https://twitter.com/${process.env.REACT_APP_TWITTER}`} target="_blank" rel="noreferrer">
<Twitter size={15}/> @{process.env.REACT_APP_TWITTER}
<a className="plain-a" href="https://bsky.app/profile/jdighist.bsky.social" target="_blank" rel="noreferrer">
<Bluesky size={15}/> @jdighist.bsky.social
</a>
</div>
<div className="d-none d-md-block"> &middot;</div>
Expand Down

0 comments on commit e5e0a1b

Please sign in to comment.