Skip to content

Commit

Permalink
fix(docs): remove badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Sep 2, 2023
1 parent e778c3a commit 55f2b90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
15 changes: 7 additions & 8 deletions src/components/Badge.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ if (Astro.slots.has("default")) {
content = await Astro.slots.render("default");
}
---
<Fragment>
<AtlasBadge
client:only="react"
label={content}
color={badgeColor}
iconName={icon}
/>
</Fragment>

<AtlasBadge
client:only="react"
label={content}
color={badgeColor}
iconName={icon}
/>
3 changes: 1 addition & 2 deletions src/content/docs/en/api/rs-api/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ This endpoint returns the following responses:
- - `formatting`
- String
- The format in which the event's data is stored.
- - `increase_is_negative`
<Badge color="warning" icon="Warning">Deprecated</Badge>
- - `increase_is_negative`
- Boolean
- Whether the most recent change was a value increase.
- - `app_token`
Expand Down

0 comments on commit 55f2b90

Please sign in to comment.