Skip to content

Commit c661d5d

Browse files
committed
fixes
1 parent c82aeee commit c661d5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/components/resources/pvs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
CheckCircle,
1515
HardDrive,
1616
Link,
17-
LinkOff
17+
Link2Off
1818
} from 'lucide-react'
1919
import {
2020
useListCoreV1PersistentVolumeQuery,
@@ -67,7 +67,7 @@ export function PVsView() {
6767
</Badge>
6868
case 'Released':
6969
return <Badge variant="warning" className="flex items-center gap-1">
70-
<LinkOff className="w-3 h-3" />
70+
<Link2Off className="w-3 h-3" />
7171
{phase}
7272
</Badge>
7373
case 'Failed':

ui/components/resources/volumeattachments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
AlertCircle,
1414
CheckCircle,
1515
Link,
16-
LinkOff,
16+
Link2Off,
1717
Server
1818
} from 'lucide-react'
1919
import {
@@ -62,7 +62,7 @@ export function VolumeAttachmentsView() {
6262
</Badge>
6363
case 'Detached':
6464
return <Badge variant="secondary" className="flex items-center gap-1">
65-
<LinkOff className="w-3 h-3" />
65+
<Link2Off className="w-3 h-3" />
6666
{status}
6767
</Badge>
6868
default:

0 commit comments

Comments
 (0)