diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 03d148b..2e9457d 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -77,17 +77,17 @@ const projects: Project[] = [ { name: "Peddler's Pocket", link: "https://github.com/xHyroM/peddlerspocket", - desc: "CLOSED SOURCE NOW | /sell command that allows you to put things into GUI and then sell them by closing", + desc: "/sell command that allows you to put things into GUI and then sell them by closing", }, { name: "Peak Pursuit", link: "https://github.com/xHyroM/peakpursuit", - desc: "CLOSED SOURCE NOW | PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!", + desc: "PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!", }, { name: "Spawner Genz", link: "https://github.com/xHyroM/spawnergenz", - desc: "CLOSED SOURCE NOW | Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.", + desc: "Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.", }, ];