Switch inactive and wip icons to be correct

Change-Id: Ia9e1ddfdc21cb8e7476537831cdef92e61c06ffb
Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/676
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/sites/main/src/pages/index.astro b/sites/main/src/pages/index.astro
index 1075435..6b03f46 100644
--- a/sites/main/src/pages/index.astro
+++ b/sites/main/src/pages/index.astro
@@ -26,8 +26,8 @@
 	<div id="key" class="w-full flex gap-6 justify-center items-center">
 		<p class="text-xs text-text -mr-4">Key:</p>
 		<div class="flex text-xs text-text h-fit w-fit items-center space-x-1"><img src={active.src} alt="cross" class="h-6"/><p>Active</p></div>
-		<div class="flex text-xs text-text h-fit w-fit items-center space-x-1"><img src={wip.src} alt="cross" class="h-6"/><p>Inactive</p></div>
-		<div class="flex text-xs text-text h-fit w-fit items-center space-x-1"><img src={inactive.src} alt="cross" class="h-6"/><p>WIP</p></div>
+		<div class="flex text-xs text-text h-fit w-fit items-center space-x-1"><img src={wip.src} alt="cross" class="h-6"/><p>WIP</p></div>
+		<div class="flex text-xs text-text h-fit w-fit items-center space-x-1"><img src={inactive.src} alt="cross" class="h-6"/><p>Inactive</p></div>
 	</div>
 	<div class="flex flex-wrap justify-center h-fit">
 		<Project name='Chimera' url='https://git.clicks.codes/plugins/gitiles/Chimera/NixFiles' status={Status.Active}>