Skip to content

Comments

fix: replace Datadog logo with official icon-only version#1340

Merged
aepfli merged 2 commits intoopen-feature:mainfrom
typotter:fix/datadog-logo
Feb 20, 2026
Merged

fix: replace Datadog logo with official icon-only version#1340
aepfli merged 2 commits intoopen-feature:mainfrom
typotter:fix/datadog-logo

Conversation

@typotter
Copy link
Contributor

Summary

Changes

Updated static/img/datadog-no-fill.svg:

  • Before: Vertical logo with "datadog" text (1412x1601 viewBox)
  • After: Icon-only dog mascot (800x856 viewBox)

The new SVG has no hardcoded fill color, allowing it to inherit colors from CSS as intended by the ecosystem component.

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>
@typotter typotter requested review from a team as code owners February 20, 2026 19:42
@netlify
Copy link

netlify bot commented Feb 20, 2026

Deploy Preview for openfeature ready!

Name Link
🔨 Latest commit e6acfdf
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/6998c12c4f63f200085f6b36
😎 Deploy Preview https://deploy-preview-1340--openfeature.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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

  • Logo Update: The Datadog logo has been updated from its previous vertical version with text to an official icon-only dog mascot.
  • SVG Characteristics: The new SVG is sourced from official Datadog brand assets and is designed without hardcoded fill colors, enabling it to inherit styling from CSS.
Changelog
  • static/img/datadog-no-fill.svg
    • Replaced the old Datadog logo SVG with a new icon-only version.
    • Updated the SVG to remove hardcoded fill colors, allowing CSS to control its appearance.
    • Changed the SVG viewBox dimensions from 1412x1601 to 800x856.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@aepfli aepfli added this pull request to the merge queue Feb 20, 2026
Merged via the queue into open-feature:main with commit 02b869f Feb 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants