diff --git a/src/data/links.json b/src/data/links.json index 7228408..6a9caf4 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -3,7 +3,7 @@ "href": "https://bsky.app/profile/pancakes.gay", "icon": "bluesky.png", "mainOnly": true, - "name": "Bluesky (inactive)", + "name": "Bluesky", "username": "@pancakes.gay" }, { @@ -18,27 +18,27 @@ "name": "Discord", "username": "pancakesmeow" }, + { + "href": "https://git.meow.company/pancakes", + "icon": "forgejo.png", + "name": "Forgejo", + "username": "pancakes" + }, { "href": "https://github.com/pancakesmeow", "icon": "github-mark.png", "iconInvert": true, "mainOnly": true, - "name": "GitHub (inactive)", + "name": "GitHub", "username": "pancakesmeow" }, { "href": "https://shrimp.meow.company/@pancakes", "icon": "iceshrimp-logo-black.svg", "iconInvert": true, - "name": "meow.company", + "name": "Iceshrimp.NET (Fediverse)", "username": "@pancakes@meow.company" }, - { - "href": "https://git.meow.company/pancakes", - "icon": "forgejo.png", - "name": "meow forge", - "username": "pancakes" - }, { "href": "https://pronouns.cc/@pancakes", "icon": "pronouns_cc.png", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 235ac62..6646b60 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -61,24 +61,25 @@
Other places you can find me
- {#each links as link} -