From 4ea0bb27b24a3b2e4e77dad07782a5ef04418950 Mon Sep 17 00:00:00 2001
From: katamartin <katasm@gmail.com>
Date: Wed, 14 Jun 2023 12:45:14 -0400
Subject: [PATCH] Reorder tools

---
 contents/tools.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/contents/tools.js b/contents/tools.js
index c1f75909..3e581f26 100644
--- a/contents/tools.js
+++ b/contents/tools.js
@@ -22,6 +22,14 @@ const tools = [
       'Interactive tool for understanding Verification Confidence Levels (VCLs) for carbon removal.',
     title: 'CDR Verification Framework',
   },
+  {
+    id: 'forest-offsets-fires',
+    logo: <ForestOffsetsFires />,
+    color: 'red',
+    summary:
+      'Mapping forest carbon offset projects and their intersections with fires.',
+    title: 'Offsets Fires',
+  },
   {
     id: 'cmip6-downscaling',
     logo: <CMIP6Downscaling />,
@@ -65,14 +73,6 @@ const tools = [
     summary: 'A database of protocols used to credit soil carbon.',
     title: 'Soil Protocols',
   },
-  {
-    id: 'forest-offsets-fires',
-    logo: <ForestOffsetsFires />,
-    color: 'red',
-    summary:
-      'Mapping forest carbon offset projects and their intersections with fires.',
-    title: 'Offsets Fires',
-  },
   {
     id: 'forest-offsets-crediting',
     logo: <ForestOffsetsCrediting />,