File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";
23
23
import { FeatureFlagContext } from "../contexts/FeatureFlagContext" ;
24
24
import { ReactComponent as CreditsSvg } from "../images/credits.svg" ;
25
25
import { ReactComponent as Spinner } from "../icons/Spinner.svg" ;
26
- import Arrow from "../components/Arrow " ;
26
+ import { ReactComponent as SortArrow } from "../icons/sort-arrow.svg " ;
27
27
28
28
function TeamUsage ( ) {
29
29
const { teams } = useContext ( TeamsContext ) ;
@@ -204,7 +204,7 @@ function TeamUsage() {
204
204
< ItemField className = "my-auto cursor-pointer" >
205
205
< span onClick = { ( ) => setIsStartedTimeDescending ( ! isStartedTimeDescending ) } >
206
206
Started
207
- < Arrow direction = { isStartedTimeDescending ? "down " : "up " } />
207
+ < SortArrow className = { isStartedTimeDescending ? "" : "rotate-180 " } />
208
208
</ span >
209
209
</ ItemField >
210
210
</ Item >
You can’t perform that action at this time.
0 commit comments