Skip to content

Commit 6fc0d05

Browse files
docs: Correct image source order in README.md for feature overview. (#69)
1 parent d2d707c commit 6fc0d05

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- chore: migrate to `yii2-extensions/scaffold` consumer model with `php-forge/baseline` and `php-forge/coding-standard ^0.3@dev`.
1111
- docs: update changelog format to reference Conventional Commits.
1212
- chore: update dependencies and configuration files.
13+
- docs: Correct image source order in `README.md` for feature overview.
1314

1415
## 0.6.0 April 30, 2026
1516

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
## Features
2929

3030
<picture>
31-
<source media="(min-width: 768px)" srcset="./docs/svgs/features.svg">
32-
<img src="./docs/svgs/features-mobile.svg" alt="Feature Overview" style="width: 100%;">
31+
<source media="(max-width: 767px)" srcset="./docs/svgs/features-mobile.svg">
32+
<img src="./docs/svgs/features.svg" alt="Feature Overview" style="width: 100%;">
3333
</picture>
3434

3535
### Installation

0 commit comments

Comments
 (0)