Skip to content

Commit 6164525

Browse files
committed
chore: change twitter link to mastodon
1 parent 13050de commit 6164525

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/site/src/routes/+layout.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@
9494
<Tooltip>Join the Discord Server</Tooltip>
9595
</Wrapper>
9696
<Wrapper>
97-
<IconButton href="https://twitter.com/SciActive">
97+
<IconButton href="https://port87.social/@hperrin">
9898
<Icon component={Svg} viewBox="0 0 24 24">
99-
<path fill="currentColor" d={siTwitter.path} />
99+
<path fill="currentColor" d={siMastodon.path} />
100100
</Icon>
101101
</IconButton>
102-
<Tooltip>Hunter Perrin (SMUI Author) on Twitter</Tooltip>
102+
<Tooltip>Hunter Perrin (SMUI Author) on Mastodon</Tooltip>
103103
</Wrapper>
104104
<Wrapper>
105105
<IconButton href="https://github.com/hperrin/svelte-material-ui">
@@ -178,7 +178,7 @@
178178
<script lang="ts">
179179
import { onDestroy, onMount } from 'svelte';
180180
import { mdiFileDocument, mdiWeatherSunny, mdiWeatherNight } from '@mdi/js';
181-
import { siDiscord, siTwitter, siGithub } from 'simple-icons/icons';
181+
import { siDiscord, siMastodon, siGithub } from 'simple-icons/icons';
182182
import TinyGesture from 'tinygesture';
183183
import { assets } from '$app/paths';
184184
import { page } from '$app/stores';

0 commit comments

Comments
 (0)