mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
docs: replace logo with responsive picture element with removed background
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/Viren070/AIOStreams/main/packages/frontend/public/assets/logo.png" alt="AIOStreams Logo" width="200"/>
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/selfhst/icons/png/aiostreams-light.png">
|
||||
<img alt="AIOStreams Logo" src="https://cdn.jsdelivr.net/gh/selfhst/icons/png/aiostreams.png" width=256 height=256>
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
|
||||
<h1 align="center">AIOStreams</h1>
|
||||
|
||||
<p align="center">
|
||||
|
||||
Reference in New Issue
Block a user