mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜ð fix(readme): Removing unnecessary filetype annotation fixes media query
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://nestri.io">
|
<a href="https://nestri.io">
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="packages/web/public/logo.white.svg" type="image/svg" media="(prefers-color-scheme: dark)">
|
<source srcset="packages/web/public/logo.white.svg" media="(prefers-color-scheme: dark)">
|
||||||
<source srcset="packages/web/public/logo.black.svg" type="image/svg" media="(prefers-color-scheme: light)">
|
<source srcset="packages/web/public/logo.black.svg" media="(prefers-color-scheme: light)">
|
||||||
<img src="packages/web/public/logo.black.svg" alt="Nestri logo">
|
<img src="packages/web/public/logo.black.svg" alt="Nestri logo">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
@@ -15,4 +15,4 @@
|
|||||||
<!-- <a href="https://nestri.io" style="text-decoration: none;">
|
<!-- <a href="https://nestri.io" style="text-decoration: none;">
|
||||||
<img src="https://img.shields.io/badge/Start%20Playing%20Now-For%20$1/hour-brightgreen?style=flat-square" alt="Umami Demo" />
|
<img src="https://img.shields.io/badge/Start%20Playing%20Now-For%20$1/hour-brightgreen?style=flat-square" alt="Umami Demo" />
|
||||||
</a> -->
|
</a> -->
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user