fix: replace Datadog logo with official icon-only version#1340
fix: replace Datadog logo with official icon-only version#1340aepfli merged 2 commits intoopen-feature:mainfrom
Conversation
Replace the vertical logo (with text) with the official Datadog dog icon from brand assets. The new SVG: - Uses icon-only version (no "datadog" text) - Has no hardcoded fill color (inherits from CSS) - Sourced from official Datadog brand assets Signed-off-by: Tyler Potter <tyler.potter@datadoghq.com>
✅ Deploy Preview for openfeature ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello @typotter, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request modernizes the application's branding by replacing the existing Datadog logo with an official icon-only version. This change not only updates the visual representation but also improves styling flexibility by ensuring the new SVG can inherit colors from CSS, aligning with current design standards. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request successfully replaces the old Datadog logo with the new official icon-only version. The change is clean and the new SVG is correctly sourced. I've added one suggestion to minify the SVG content, which will reduce its file size and optimize it for web performance. Overall, a good update.
Signed-off-by: Tyler Potter <tyler.potter@datadoghq.com>
Summary
Changes
Updated
static/img/datadog-no-fill.svg:The new SVG has no hardcoded fill color, allowing it to inherit colors from CSS as intended by the ecosystem component.