assets: export the square logo (SVG, 64px, 400px) - #1
Open
TaltonFiggins wants to merge 1 commit into
Open
Conversation
The reviewed directories each want a square icon and we only had wordmarks: the Claude connectors portal takes an icon in the listing step, OpenAI's plugin directory caps its 64x64 PNG at 5 KB, and Cline wants 400x400. All three derive from the same mark the docs site already serves (monorepo apps/docs/favicon.svg), so the directory icon matches the product. Rasters are rsvg-convert output run through pngquant: 228 B at 64px, 810 B at 400px. Also corrects the brand color noted in the README to the documented primary teal (#44BDA3, modem.dev/brand) — #079D7D was the Linear project color, not a brand color. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GboBCmz4MfAEi6CitJFMMj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes DEV-3877 — the last asset blocker on the Claude Connectors Directory submission (DEV-3873), and also unblocks the Cursor plugin package and the Cline listing.
We only had wordmarks in
assets/. Every reviewed directory wants a square icon:logo-square.svglogo-64.pnglogo-400.pngAll three derive from the same mark the docs site already serves (monorepo
apps/docs/favicon.svg), so the directory icon matches the product rather than being a new one-off. Rasters arersvg-convertoutput run throughpngquant; the README documents the regeneration commands so they don't drift.Also corrects the brand color in
assets/README.mdto the documented primary teal#44BDA3(modem.dev/brand) —#079D7Dwas the Linear project color, not a brand color.🤖 Generated with Claude Code
https://claude.ai/code/session_01GboBCmz4MfAEi6CitJFMMj