Skip to content

Commit 659e631

Browse files
author
Laurie T. Malau
committed
add arrow
1 parent 2afd9d4 commit 659e631

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/dashboard/src/teams/TeamUsage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";
2323
import { FeatureFlagContext } from "../contexts/FeatureFlagContext";
2424
import { ReactComponent as CreditsSvg } from "../images/credits.svg";
2525
import { ReactComponent as Spinner } from "../icons/Spinner.svg";
26+
import Arrow from "../components/Arrow";
2627

2728
function TeamUsage() {
2829
const { teams } = useContext(TeamsContext);
@@ -200,7 +201,9 @@ function TeamUsage() {
200201
<CreditsSvg className="my-auto mr-1" />
201202
<span>Credits</span>
202203
</ItemField>
203-
<ItemField className="my-auto" />
204+
<ItemField className="my-auto">
205+
<Arrow direction={"up"} />
206+
</ItemField>
204207
</Item>
205208
{currentPaginatedResults &&
206209
currentPaginatedResults.map((usage) => (

0 commit comments

Comments
 (0)