Skip to content

Commit 45a5b92

Browse files
author
yaroslav8765
committed
fix: changed icons show/edit/delete class names
1 parent f57a91d commit 45a5b92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}"
129129

130130
>
131-
<IconEyeSolid class="af-eye-icon w-5 h-5 me-2"/>
131+
<IconEyeSolid class="af-show-icon w-5 h-5 me-2"/>
132132
</RouterLink>
133133

134134
<template v-slot:tooltip>
@@ -147,7 +147,7 @@
147147
}
148148
}"
149149
>
150-
<IconPenSolid class="af-pen-icon w-5 h-5 me-2"/>
150+
<IconPenSolid class="af-edit-icon w-5 h-5 me-2"/>
151151
</RouterLink>
152152
<template v-slot:tooltip>
153153
{{ $t('Edit item') }}
@@ -159,7 +159,7 @@
159159
v-if="resource.options?.allowedActions.delete"
160160
@click="deleteRecord(row)"
161161
>
162-
<IconTrashBinSolid class="af-trash-icon w-5 h-5 me-2"/>
162+
<IconTrashBinSolid class="af-delete-icon w-5 h-5 me-2"/>
163163
</button>
164164

165165
<template v-slot:tooltip>

0 commit comments

Comments
 (0)