Skip to content

Commit cff243c

Browse files
committed
Update contact info (Bluesky)
1 parent 73ed5d9 commit cff243c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/javascript/components/pages/ContactInfo.jsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import GitHubButton from "./GitHubButton";
44
import DiscordButton from "./DiscordButton";
55
import EmailButton from "./EmailButton";
66
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
7-
import { faX } from "@fortawesome/free-solid-svg-icons";
7+
import { faCloud } from "@fortawesome/free-solid-svg-icons";
88

99
const ContactInfo = () => {
1010
return (
@@ -22,21 +22,21 @@ const ContactInfo = () => {
2222
<DiscordButton className="mb-5" />
2323

2424
<p>
25-
Follow on X:
25+
Follow on Bluesky:
2626
</p>
2727
<a
28-
href="https://x.com/phish_in"
28+
href="https://bsky.app/profile/phishin.bsky.social"
2929
className="button mb-5"
3030
target="_blank"
3131
>
32-
<FontAwesomeIcon icon={faX} className="mr-1" />
33-
@phish_in
32+
<FontAwesomeIcon icon={faCloud} className="mr-1" />
33+
@phishin.bsky.social
3434
</a>
3535
<br />
3636

3737

3838
<p>
39-
Email the site maintainer:
39+
Send an Email:
4040
</p>
4141
<EmailButton />
4242
<br />

0 commit comments

Comments
 (0)