Skip to content

Commit 39b6fd4

Browse files
committed
Fixed img alts for accuracy
1 parent 1b51cfe commit 39b6fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/actors/publishing/badge.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ https://apify.com/actor-badge?actor=:username/:actor-name
3636
The badge indicates the state of the Actor in the Apify Platform as the result of the [automated testing](../development/automated_tests.md).
3737

3838
#### Actor OK
39-
![Actor badge ok](./images/actor-badge/ok.svg)
39+
![Actor badge OK](./images/actor-badge/ok.svg)
4040

4141
#### Actor Under Maintenance
4242
![Actor badge under maintenance](./images/actor-badge/under-maintenance.svg)
4343
#### Actor Deprecated
4444
![Actor badge deprecated](./images/actor-badge/deprecated.svg)
4545

4646
#### Actor Not Found
47-
![Actor badge ok](./images/actor-badge/not-found.svg)
47+
![Actor badge not found](./images/actor-badge/not-found.svg)
4848

4949

5050
### Example of the Badge in Github Readme

0 commit comments

Comments
 (0)