File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Grid, AppBar } from "@mui/material";
88import WebsiteHeader from "./WebsiteHeader" ;
99import CatalogueHeader from "./CatalogueHeader" ;
1010import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" ;
11- import { faGithub , faTwitter } from "@fortawesome/free-brands-svg-icons" ;
11+ import { faGithub , faMastodon } from "@fortawesome/free-brands-svg-icons" ;
1212
1313const useStyles = makeStyles ( ( theme ) => ( {
1414 menuButton : {
@@ -86,10 +86,10 @@ export default function Header() {
8686 </ li >
8787 < li >
8888 < a
89- href = "https://twitter.com/ mapcomponents"
90- title = "MapComponents auf twitter "
89+ href = "https://fosstodon.org/@ mapcomponents"
90+ title = "MapComponents auf Mastodon "
9191 >
92- < FontAwesomeIcon icon = { faTwitter } />
92+ < FontAwesomeIcon icon = { faMastodon } />
9393 </ a >
9494 </ li >
9595 </ ul >
You can’t perform that action at this time.
0 commit comments