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:
parent
76192fbced
commit
49408c00e9
1205 changed files with 3057 additions and 1491 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue