Skip to content

Commit b477ffc

Browse files
committed
chore: update all social links
1 parent 91bf999 commit b477ffc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here's an example of what your `index.md` might look like:
4343
// "linkedIn", "twitch", "dribbble", "mastodon", "threads", "youtube",
4444
// and "cohost", as well as a "website" that can be anything you want!
4545
socials: {
46-
mastodon: "https://hachyderm.io/@UnicornUtterances",
46+
mastodon: "https://hachyderm.io/@playfulprogramming",
4747
github: "playfulprogramming",
4848
website: "https://playfulprogramming.com/"
4949
},

content/crutchcorn/posts/github-copilot-wont-replace-devs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GCP, I love your work, but I don't think your suggestion that [humans need not a
228228
229229
After all, GitHub’s tool is called “Copilot”, not “Autopilot”
230230
231-
What do you think? Let us know [on Twitter](https://twitter.com/UnicornUttrncs) or [join our Discord](https://discord.gg/FMcvc6T) and start a conversation with us! We're an open-source community ran project with no ads, no spam.
231+
What do you think? Let us know [on Twitter](https://twitter.com/playful_program) or [join our Discord](https://discord.gg/FMcvc6T) and start a conversation with us! We're an open-source community ran project with no ads, no spam.
232232
233233
We'd love to hear your thoughts!
234234

content/data/about.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
},
77
"LinkedIn": {
88
"icon": "linkedin",
9-
"url": "https://www.linkedin.com/company/unicorn-utterances"
9+
"url": "https://www.linkedin.com/company/playfulprogramming"
1010
},
1111
"Twitter": {
1212
"icon": "twitter",
13-
"url": "https://twitter.com/unicornuttrncs"
13+
"url": "https://x.com/playful_program"
1414
},
1515
"Mastodon": {
1616
"icon": "mastodon",
17-
"url": "https://hachyderm.io/@UnicornUtterances"
17+
"url": "https://hachyderm.io/@playfulprogramming"
1818
},
1919
"Facebook": {
2020
"icon": "facebook",
21-
"url": "https://www.facebook.com/Unicorn-Utterances-104838014459905"
21+
"url": "https://www.facebook.com/Playful-Programming-104838014459905"
2222
},
2323
"RSS Feed": {
2424
"icon": "rss",

src/constants/site-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const siteMetadata = {
3535
relativeToPosts: "/content/blog",
3636
keywords:
3737
"programming,development,mobile,web,game,playful,software engineering,javascript,angular,react,computer science",
38-
twitterHandle: "@unicornuttrncs",
38+
twitterHandle: "@playful_program",
3939
};
4040

4141
export { parent, siteUrl, buildMode, siteMetadata };

0 commit comments

Comments
 (0)