docs: 📝 fix icons

This commit is contained in:
Lucas Colombo 2024-04-09 01:58:53 -03:00
parent 2990bcf0a4
commit 85e174b836
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -18,14 +18,14 @@ several features and "sub-features".
## Main features
- [x] [cli](lib/cli)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
- [x] [cli](lib/cli)&nbsp;&nbsp;<a href="#"><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></a>
- [x] [logging](lib/logger)
- [x] [macros](lib/macros)
- [x] [sched](lib/sched)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
- [x] [utils](lib/utils)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
- [x] [sched](lib/sched)&nbsp;&nbsp;<a href="#"><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></a>
- [x] [utils](lib/utils)&nbsp;&nbsp;<a href="#"><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></a>
> [!NOTE]
>
> <picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture> » Means that the feature has sub-features.
> <a href="#"><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></a> » Means that the feature has sub-features.
>
> Check the module's specific documentation for more information.