Skip to content

Commit

Permalink
fix: changed Logo name
Browse files Browse the repository at this point in the history
  • Loading branch information
janinedenise committed Dec 5, 2024
1 parent a2d772a commit 3a145a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For questions about the CLA please contact us at _SPHA(at)iem.fraunhofer.de_ or
Copyright (C) Fraunhofer IEM.
Software Product Health Assistant (SPHA) and all its components are published under the MIT license.
<picture>
<source media="(prefers-color-scheme: dark)" srcset="/docs/img/IEM_Logo_White.png">
<source media="(prefers-color-scheme: light)" srcset="/docs/img/IEM_Logo_Dark.png">
<img src="/docs/img/IEM_Logo_Dark.png" alt="Logo IEM"/>
<source media="(prefers-color-scheme: dark)" srcset="docs/img/IEM_Logo_White.png">
<source media="(prefers-color-scheme: light)" srcset="docs/img/IEM_Logo_Dark.png">
<img src="docs/img/IEM_Logo_Dark.png" alt="Logo IEM"/>
</picture>

0 comments on commit 3a145a6

Please sign in to comment.