Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
going-confetti committed Oct 24, 2024
1 parent fd03ec1 commit 4d865e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/ActivityBar/ProxyStatusIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ function ProxyStatusIcon({ status }: { status: ProxyStatus }) {
case 'online':
return <Link1Icon color="gray" />
case 'offline':
return <LinkNone1Icon color="gray" />
case 'restarting':
return <LinkBreak1Icon color="gray" />
case 'restarting':
return <LinkNone1Icon color="gray" />
default:
return exhaustive(status)
}
Expand Down

0 comments on commit 4d865e2

Please sign in to comment.