Skip to content

Commit 986568b

Browse files
JannikBrackjannik brack
andauthored
change x to mastodon (#25)
* change x to mastodon * mastodon --------- Co-authored-by: jannik brack <[email protected]>
1 parent bccc8dc commit 986568b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Header.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Grid, AppBar } from "@mui/material";
88
import WebsiteHeader from "./WebsiteHeader";
99
import CatalogueHeader from "./CatalogueHeader";
1010
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";
1212

1313
const 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>

0 commit comments

Comments
 (0)