mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
add codex plugin logo and add in description (#943)
This commit is contained in:
parent
1f2b5dfca2
commit
06d5bbfefa
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue