File tree 1 file changed +6
-6
lines changed
app/javascript/components/pages
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import GitHubButton from "./GitHubButton";
4
4
import DiscordButton from "./DiscordButton" ;
5
5
import EmailButton from "./EmailButton" ;
6
6
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" ;
7
- import { faX } from "@fortawesome/free-solid-svg-icons" ;
7
+ import { faCloud } from "@fortawesome/free-solid-svg-icons" ;
8
8
9
9
const ContactInfo = ( ) => {
10
10
return (
@@ -22,21 +22,21 @@ const ContactInfo = () => {
22
22
< DiscordButton className = "mb-5" />
23
23
24
24
< p >
25
- Follow on X :
25
+ Follow on Bluesky :
26
26
</ p >
27
27
< a
28
- href = "https://x.com/phish_in "
28
+ href = "https://bsky.app/profile/phishin.bsky.social "
29
29
className = "button mb-5"
30
30
target = "_blank"
31
31
>
32
- < FontAwesomeIcon icon = { faX } className = "mr-1" />
33
- @phish_in
32
+ < FontAwesomeIcon icon = { faCloud } className = "mr-1" />
33
+ @phishin.bsky.social
34
34
</ a >
35
35
< br />
36
36
37
37
38
38
< p >
39
- Email the site maintainer :
39
+ Send an Email :
40
40
</ p >
41
41
< EmailButton />
42
42
< br />
You can’t perform that action at this time.
0 commit comments