File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ export { default as FrequencyLogo } from './logos/FrequencyLogo.svelte';
23
23
export { default as DiscordLogo } from './logos/DiscordLogo.svelte' ;
24
24
export { default as LinkedInLogo } from './logos/LinkedInLogo.svelte' ;
25
25
export { default as XLogo } from './logos/XLogo.svelte' ;
26
+ export { default as BskyLogo } from './logos/BskyLogo.svelte' ;
Original file line number Diff line number Diff line change
1
+ <svg xmlns ="http://www.w3.org/2000/svg" fill ="none" viewBox ="0 0 250 250" class ={$$restProps .class }>
2
+ <path
3
+ fill =" currentColor"
4
+ d =" M125 112.49c-11.319-22.013-42.153-63.055-70.833-83.263C26.736 9.782 16.25 13.185 9.375 16.24 1.4583 19.8511 0 32.074 0 39.227c0 7.152 3.9583 58.888 6.5278 67.5 8.4722 28.472 38.68 38.125 66.458 35.069 1.389-.208 2.847-.417 4.306-.556-1.459.209-2.848.417-4.306.556-40.764 6.042-76.944 20.903-29.444 73.75 52.222 54.097 71.527-11.597 81.458-44.861 9.931 33.264 21.389 96.597 80.556 44.861 44.444-44.861 12.222-67.708-28.542-73.75-1.458-.139-2.917-.347-4.306-.556 1.459.209 2.917.348 4.306.556 27.778 3.125 57.986-6.528 66.458-35.069 2.57-8.612 6.528-60.278 6.528-67.5 0-7.223-1.458-19.376-9.375-22.987-6.875-3.125-17.361-6.4583-44.792 12.917-28.68 20.208-59.514 61.25-70.833 83.264z"
5
+ />
6
+ </svg >
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { cn } from ' ../utils/utils' ;
3
- import { FrequencyLogo , XLogo , DiscordLogo } from ' ../assets' ;
3
+ import { FrequencyLogo , XLogo , DiscordLogo , BskyLogo } from ' ../assets' ;
4
4
import IconButton from ' ../atoms/IconButton.svelte' ;
5
5
6
6
export let privacyHref: string = ' /privacy' ;
39
39
<IconButton {type } label =" X/Twitter" href =" https://twitter.com/one_frequency" >
40
40
<XLogo />
41
41
</IconButton >
42
+ <IconButton {type } label =" BlueSky" href =" https://bsky.app/profile/frequency.xyz" >
43
+ <BskyLogo />
44
+ </IconButton >
42
45
<IconButton {type } label =" Discord" href =" https://discord.com/invite/JchmHX5afV" >
43
46
<DiscordLogo />
44
47
</IconButton >
You can’t perform that action at this time.
0 commit comments