enterprise (#4617)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Dax 2025-11-21 20:41:27 -05:00 committed by GitHub
commit 49408c00e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1205 changed files with 3057 additions and 1491 deletions

View file

@ -105,8 +105,8 @@ export function DiffChanges(props: {
</svg>
</Match>
<Match when={variant() === "default"}>
<span data-slot="additions">{`+${additions()}`}</span>
<span data-slot="deletions">{`-${deletions()}`}</span>
<span data-slot="diff-changes-additions">{`+${additions()}`}</span>
<span data-slot="diff-changes-deletions">{`-${deletions()}`}</span>
</Match>
</Switch>
</div>