From 64cd7fc83d43a0ad7db1b51214291736bd245b44 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 28 Jun 2024 20:31:02 -0400 Subject: Guestbook overhaul; Comments; New post; Updated packages --- src/data/contacts.json | 7 ------- src/data/projects.json | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'src/data') diff --git a/src/data/contacts.json b/src/data/contacts.json index d8ff46c..c47ffa3 100644 --- a/src/data/contacts.json +++ b/src/data/contacts.json @@ -13,13 +13,6 @@ "url": "https://github.alee14.me", "mouseover": "GitHub" }, - { - "platform": "PayPal", - "icon": "paypal", - "username": "alee14498", - "url": "https://paypal.me/alee14498", - "mouseover": "PayPal" - }, { "platform": "YouTube", "icon": "youtube", diff --git a/src/data/projects.json b/src/data/projects.json index 5b5b0a7..2eb4d41 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -2,6 +2,7 @@ { "name": "AleeBot", "description": "An all-in-one bot that's made from the Discord.JS API!", + "featured": true, "links": [ { "name": "Source Code", @@ -13,6 +14,7 @@ { "name": "DLAP", "description": "A Discord bot that lets you play local audio tracks in your server.", + "featured": true, "links": [ { "name": "Source Code", @@ -51,6 +53,7 @@ { "name": "YouTube TV Client", "description": "A electron app that goes to youtube.com/tv using a Samsung Smart TV as the user agent.", + "featured": true, "links": [ { "name": "Download", -- cgit v1.2.3