Skip to content

Commit

Permalink
Use logos from the "doc" directory in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Oct 23, 2024
1 parent 270ef20 commit da009aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/mrapp-ke/MLRL-Boomer/raw/main/assets/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/mrapp-ke/MLRL-Boomer/raw/main/assets/logo_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/mrapp-ke/MLRL-Boomer/raw/main/doc/_static/logo_dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/mrapp-ke/MLRL-Boomer/raw/main/doc/_static/logo_light.svg">
<img alt="BOOMER - Gradient Boosted Multi-Label Classification Rules" src="https://github.com/mrapp-ke/MLRL-Boomer/raw/main/assets/logo_light.svg">
</picture>
</p>
Expand Down

0 comments on commit da009aa

Please sign in to comment.