diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/contacts.json | 7 | ||||
| -rw-r--r-- | src/data/projects.json | 3 |
2 files changed, 3 insertions, 7 deletions
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 @@ -14,13 +14,6 @@ "mouseover": "GitHub" }, { - "platform": "PayPal", - "icon": "paypal", - "username": "alee14498", - "url": "https://paypal.me/alee14498", - "mouseover": "PayPal" - }, - { "platform": "YouTube", "icon": "youtube", "username": "AndrewLeeCAN", 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", |
