mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix - Logo should say "Lighting" not "Lightning" (#1510)
* Fix #1505 - Logo should say "Lighting" not "Lightning" * Address LGTM findings * Specify an image theme using html, as fragmented approach
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||

|
||||

|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="doc/logo_dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="doc/logo_light.png">
|
||||
<img alt="Hyperion" src="doc/logo_light.png">
|
||||
</picture>
|
||||
|
||||
[](https://github.com/hyperion-project/hyperion.ng/releases)
|
||||
[](https://github.com/hyperion-project/hyperion.ng/actions)
|
||||
|
Reference in New Issue
Block a user