Skip to content

Commit 44602e0

Browse files
chore: fix README logo
1 parent bf33b33 commit 44602e0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
## Features
1313

14-
- 🧘🏻‍♂️ **Unified Resources:** Provide multiple resource representations through a single resource class.
15-
- 🏗️ **Built-in States:** Comes with default states for common use cases.
16-
- 🪄 **Magic Methods:** Optional magic methods for a more fluent and expressive syntax.
17-
- 🛠️ **Hackable:** Extend the package with your own custom states and logic.
14+
- 🧘🏻‍♂️ **Unified Resources:** Provide multiple resource representations through a single resource class.
15+
- 🏗️ **Built-in States:** Comes with default states for common use cases.
16+
- 🪄 **Magic Methods:** Optional magic methods for a more fluent and expressive syntax.
17+
- 🛠️ **Hackable:** Extend the package with your own custom states and logic.
1818

1919
## Documentation
2020

@@ -44,7 +44,12 @@ The MIT License (MIT). See [License File](LICENSE.md) for more information.
4444

4545
---
4646

47-
[![farbcode Logo Light](/art/farbcode-logo-light.png#gh-light-mode-only)](https://farbcode.net)
48-
[![farbcode Logo Dark](/art/farbcode-logo-dark.png#gh-dark-mode-only)](https://farbcode.net)
47+
<a href="https://farbcode.net" target="_blank">
48+
<picture>
49+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-dark.png">
50+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-light.png">
51+
<img alt="farbcode Logo" src="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-light.png">
52+
</picture>
53+
</a>
4954

50-
> Made with ❤️ by [//farbcode](https://farbcode.net).
55+
> Made with ❤️ by [//farbcode](https://farbcode.net).

0 commit comments

Comments
 (0)