I am working on my first PR, the code works but the logo for the runner is not displayed #7545
-
Hi all, I am working on my PR for DuckDB runner. It works functionally but there's an issue with logo. I put the image under What can I do? |
Beta Was this translation helpful? Give feedback.
Answered by
yoshiokatsuneo
Sep 28, 2025
Replies: 1 comment 8 replies
-
Thank you for your contribution !! I think the filename of the logo need to be the lower case of the class name, like "duckdb.png" for the class "DuckDB", or you can customize the type name by defining "type" method. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@zbalkan
I think you need to build frontend by running "yarn build" so that the
duckdb.png
is copied to "client/dist/images/db-logos/duckdb.png".