add codex plugin logo and add in description (#943)

This commit is contained in:
Ishaan Gupta 2026-05-15 20:55:43 +05:30 committed by GitHub
parent 1f2b5dfca2
commit 06d5bbfefa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ const cards: IntegrationCardDef[] = [
id: "plugins",
title: "Plugins",
description:
"Hermes on every plan; Claude Code, OpenCode, OpenClaw, and more with Pro",
"Hermes on every plan; Claude Code, Codex, OpenCode, OpenClaw, and more with Pro",
icon: (
<div className="flex items-center -space-x-1.5">
<Image
@ -61,6 +61,13 @@ const cards: IntegrationCardDef[] = [
height={24}
className="size-6 rounded"
/>
<Image
src="/images/plugins/codex.png"
alt="Codex"
width={24}
height={24}
className="size-6 rounded"
/>
<Image
src="/images/plugins/opencode.svg"
alt="OpenCode"