Update the Adamantine logo#484
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project logos by adding new SVG assets (Adamantine-wordmark.svg and Adamantine.svg) and removing outdated SVG logo files. It also updates the logo reference in the README.md. The reviewer pointed out that the updated reference in README.md points to a non-existent .png file instead of the newly added .svg file, which would result in a broken image link.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| @@ -1,4 +1,4 @@ | |||
|  | |||
|  | |||
There was a problem hiding this comment.
The image reference points to doc/logo/Adamantine-wordmark.png, but only the SVG version (doc/logo/Adamantine-wordmark.svg) was added in this pull request. To avoid a broken image link, please update the reference to use the .svg file or ensure the .png file is committed.
|  | |
|  |
This now uses the the MDF-generated Adamantine logo. It does not update the QR code. If the documentation site points to these files, we may have to make edits there too.