Skip to content

Commit 2918c5b

Browse files
authored
Merge pull request #3799 from sniok/fix-network-icon-map
frontend: Map: Fix network icon typo
2 parents 122e83d + 177110c commit 2918c5b

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/resourceMap/sources/definitions

1 file changed

+1
-1
lines changed

frontend/src/components/resourceMap/sources/definitions/sources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function useGetAllSources(): GraphSource[] {
123123
label: 'Network',
124124
icon: (
125125
<Icon
126-
icon="mdi:folder-network-online"
126+
icon="mdi:folder-network-outline"
127127
width="100%"
128128
height="100%"
129129
color={getKindGroupColor('network')}

0 commit comments

Comments
 (0)