Merge pull request #724 from flightphp/update-readme-logos-srcsets

Update logo image sources in README.md
pull/728/head
n0nag0n 5 days ago committed by GitHub
commit a406f917e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,6 @@
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/flightphp/docs/redesigned-logos/public/images/redesign/logo%2Bicon%2Bslogan%40dark.jpg" /> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/flightphp/docs/refs/heads/master/public/images/redesign/logo+icon+slogan@dark.jpg" />
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/flightphp/docs/redesigned-logos/public/images/redesign/logo%2Bicon%2Bslogan%40light.jpg" /> <img alt="Flight PHP Logo" src="https://raw.githubusercontent.com/flightphp/docs/refs/heads/master/public/images/redesign/logo+icon+slogan@light.jpg" width="100%" />
<img alt="Flight PHP Logo" src="https://raw.githubusercontent.com/flightphp/docs/redesigned-logos/public/images/redesign/logo%2Bicon%2Bslogan%40light.jpg" width="100%" />
</picture> </picture>
[![Version](https://poser.pugx.org/flightphp/core/version)](https://packagist.org/packages/flightphp/core) [![Version](https://poser.pugx.org/flightphp/core/version)](https://packagist.org/packages/flightphp/core)

Loading…
Cancel
Save