From ccb3b0c34e50a2df5767a1049cc8349c0f432d50 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Tue, 27 Aug 2024 16:05:58 +0100
Subject: [PATCH] Update content

---
 .../{998-heyheylibrary.json => 007-heyheylibrary.json}        | 4 ++--
 templates/projects/{999-ebooko.json => 008-ebooko.json}       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename templates/projects/{998-heyheylibrary.json => 007-heyheylibrary.json} (86%)
 rename templates/projects/{999-ebooko.json => 008-ebooko.json} (92%)

diff --git a/templates/projects/998-heyheylibrary.json b/templates/projects/007-heyheylibrary.json
similarity index 86%
rename from templates/projects/998-heyheylibrary.json
rename to templates/projects/007-heyheylibrary.json
index 50799a7..8a8e31a 100644
--- a/templates/projects/998-heyheylibrary.json
+++ b/templates/projects/007-heyheylibrary.json
@@ -4,8 +4,8 @@
     "description": "Library system written in Django",
     "badges": [
         {
-            "text": "In Progress",
-            "classes": "text-bg-warning"
+            "text": "Finished",
+            "classes": "text-bg-success"
         }
     ],
     "buttons": [
diff --git a/templates/projects/999-ebooko.json b/templates/projects/008-ebooko.json
similarity index 92%
rename from templates/projects/999-ebooko.json
rename to templates/projects/008-ebooko.json
index e373eb3..54a21ff 100644
--- a/templates/projects/999-ebooko.json
+++ b/templates/projects/008-ebooko.json
@@ -4,7 +4,7 @@
     "description": "Ebook management system written in Django - with KOReader sync capabilities.",
     "badges": [
         {
-            "text": "In Progress",
+            "text": "Core Features",
             "classes": "text-bg-warning"
         }
     ],
-- 
GitLab