kafdrop icon indicating copy to clipboard operation
kafdrop copied to clipboard

chore: add favicon

Open jeremysprofile opened this issue 1 year ago • 0 comments

SVG already exists, just a matter of including it in the <header>. Fixes #359.

Tested via:

mvn clean package
java --add-opens=java.base/sun.nio.ch=ALL-UNNAMED  \
  -jar target/kafdrop-4.0.2-SNAPSHOT.jar \
  --kafka.brokerConnect=$KAFKA

Results: image

jeremysprofile avatar Jun 26 '24 05:06 jeremysprofile