krushnarout opened a new issue, #28764:
URL: https://github.com/apache/superset/issues/28764

   ## Screenshot
   
   
![README.md](https://github.com/apache/superset/assets/129386740/68ec384e-10b6-4fdf-9100-28b17181081b)
   
   ## 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]

Reply via email to