File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { Grid, AppBar } from "@mui/material";
8
8
import WebsiteHeader from "./WebsiteHeader" ;
9
9
import CatalogueHeader from "./CatalogueHeader" ;
10
10
import { 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" ;
12
12
13
13
const useStyles = makeStyles ( ( theme ) => ( {
14
14
menuButton : {
@@ -86,10 +86,10 @@ export default function Header() {
86
86
</ li >
87
87
< li >
88
88
< a
89
- href = "https://twitter.com/ mapcomponents"
90
- title = "MapComponents auf twitter "
89
+ href = "https://fosstodon.org/@ mapcomponents"
90
+ title = "MapComponents auf Mastodon "
91
91
>
92
- < FontAwesomeIcon icon = { faTwitter } />
92
+ < FontAwesomeIcon icon = { faMastodon } />
93
93
</ a >
94
94
</ li >
95
95
</ ul >
You can’t perform that action at this time.
0 commit comments