From bd3cf23fb95308a55bd30a1d7d72205d2a60e1c4 Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 18 Feb 2025 01:22:16 -0500 Subject: [PATCH] fix spacing, change featured project --- components/pages/About.tsx | 2 +- public/data/featured.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/pages/About.tsx b/components/pages/About.tsx index 2a6773b..31ba119 100644 --- a/components/pages/About.tsx +++ b/components/pages/About.tsx @@ -38,7 +38,7 @@ export default function About() {

I consider maintaining my technology as a hobby as well, as I devote a lot of time to it. I currently run Gentoo Linux on my Thinkpad T470s, which does not use a single bin package. I am very proud of this laptop, despite it's constant need for compiling updates.

-

+

I am almost always active on my Gitea instance and GitHub and make daily contributions to several of my repositories. I am a big fan of open source software and public domain software (which most of my repos are licensed under). In fact, the website you're currently on is free and open source. It's even under the public domain!

diff --git a/public/data/featured.json b/public/data/featured.json index b74c70e..f28b2ea 100644 --- a/public/data/featured.json +++ b/public/data/featured.json @@ -10,11 +10,11 @@ }, { "id": 2, - "name": "pontus-mail", + "name": "librecloud/web", "description": "Landing page for p0ntus mail", "github": false, - "url": "https://git.pontusmail.org/aidan/pontus-mail", - "stars": 8, + "url": "https://git.pontusmail.org/librecloud/web", + "stars": 0, "forks": 0 }, {