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 94
94
<Tooltip >Join the Discord Server</Tooltip >
95
95
</Wrapper >
96
96
<Wrapper >
97
- <IconButton href =" https://twitter.com/SciActive " >
97
+ <IconButton href =" https://port87.social/@hperrin " >
98
98
<Icon component ={Svg } viewBox =" 0 0 24 24" >
99
- <path fill ="currentColor" d ={siTwitter .path } />
99
+ <path fill ="currentColor" d ={siMastodon .path } />
100
100
</Icon >
101
101
</IconButton >
102
- <Tooltip >Hunter Perrin (SMUI Author) on Twitter </Tooltip >
102
+ <Tooltip >Hunter Perrin (SMUI Author) on Mastodon </Tooltip >
103
103
</Wrapper >
104
104
<Wrapper >
105
105
<IconButton href =" https://github.com/hperrin/svelte-material-ui" >
178
178
<script lang =" ts" >
179
179
import { onDestroy , onMount } from ' svelte' ;
180
180
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' ;
182
182
import TinyGesture from ' tinygesture' ;
183
183
import { assets } from ' $app/paths' ;
184
184
import { page } from ' $app/stores' ;
You can’t perform that action at this time.
0 commit comments