Skip to content

Commit

Permalink
Add tool to list
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Oct 15, 2024
1 parent 2c2c344 commit 04b110c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contents/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ import {
} from '../components/tool-logos'

const tools = [
{
id: 'oae-efficiency',
logo: <OAEEfficiency />,
color: 'secondary',
summary: 'Mapping the efficiency of ocean alkalinity enhancement.',
title: 'OAE Efficiency',
},
{
id: 'offsets-db',
logo: <OffsetsDB />,
Expand Down

0 comments on commit 04b110c

Please sign in to comment.