krushnarout opened a new issue, #28764: URL: https://github.com/apache/superset/issues/28764
## Screenshot  ## Description The issue lies with the `imb-db2.svg` file name, which should be corrected to `ibm-db2.svg` or `ibm-db2.png`. Current code snippet with the issue: ``` <img src="https://superset.apache.org/img/databases/imb-db2.svg" alt="db2" border="0" width="220" /> ``` Should be: ``` <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" /> ``` or ``` <img src="https://superset.apache.org/img/databases/ibm-db2.png" alt="db2" border="0" width="220" /> ``` ## Design input No specific design input is required for this issue, as it is a straightforward file name correction. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
