Skip to content

Commit 69c865e

Browse files
haojianclaude
andcommitted
Move cobra to active tools with updated URL
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ff8d60 commit 69c865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const Index = () => {
5252
<ul className="mt-3 space-y-1.5">
5353
{[
5454
{ name: "AICodingGym", url: "https://aicodinggym.com/" },
55+
{ name: "cobra 🏆", url: "https://cobra.clawder.ai" },
5556
{ name: "PersonalDataHub", url: "https://github.com/AISmithLab/PersonalDataHub" },
5657
{ name: "PrivacyJury", url: "http://jury.privacydev.org/" },
5758
].map((tool) => (
@@ -81,7 +82,6 @@ const Index = () => {
8182
<ul className="mt-2 columns-2 gap-x-4 space-y-1">
8283
{[
8384
{ name: "privacy arkinator", url: "#" },
84-
{ name: "cobra 🏆", url: "https://github.com/AISmithLab/CoBRA" },
8585
{ name: "humanstudy bench", url: "https://www.hs-bench.clawder.ai/" },
8686
{ name: "game arena", url: "https://lmgame.org/" },
8787
{ name: "decentralized arena", url: "https://de-arena.maitrix.org/" },

0 commit comments

Comments
 (0)