Fix tab spacing in documentation

Co-authored-by: Emile Bangma <github@emilebangma.com>
This commit is contained in:
S. Dash. 2025-08-10 11:30:37 +05:30 committed by GitHub
parent d45b010ce2
commit 901bb246fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,10 +54,10 @@ A badge object is defined like so:
```ts
{
name: "foobar",
icon: "icon_name",
color: [10, 10, 10, 1],
textOpacity: 0.117,
name: "foobar",
icon: "icon_name",
color: [10, 10, 10, 1],
textOpacity: 0.117,
}
```