diff --git a/public/Badges/Friends/ceressees.gif b/public/Badges/Friends/ceressees.gif new file mode 100644 index 0000000..744f098 Binary files /dev/null and b/public/Badges/Friends/ceressees.gif differ diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index ae430bd..3912e0d 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -8,13 +8,20 @@ const FriendBadges: Array = [ url: "https://astreaprtcl.dev", title: "⌬-0x7e5ac6" }, + { + image: FriendBadgesPath + "ceressees.gif", + url: "https://ceressees.dev", + title: "Ceres" + }, { image: FriendBadgesPath + "autumnvleaves.jpg", - url: "https://autumnvleaves.neocities.org/" + url: "https://autumnvleaves.neocities.org/", + title: "Autumn" }, { image: FriendBadgesPath + "eva_poti_chat.png", url: "https://www.poti.chat", + title: "Eva" } ]