1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

replaced ti-photo

This commit is contained in:
dakkar
2024-06-21 17:29:05 +01:00
parent 99d7ba8bbc
commit 834e449978
6 changed files with 22 additions and 6 deletions

View File

@@ -126,7 +126,23 @@ export function getConfig(): UserConfig {
'**/pages/flash/flash.*',
],
}),
iconsReplace({
iconsReplace({
values: {
'ti ti-photo': 'ph-image-square ph-bold ph-lg',
},
exclude: [
'**/pages/admin-user.*',
],
}),
iconsReplace({
values: {
'ti ti-photo': 'ph-image ph-bold ph-lg',
},
include: [
'**/pages/admin-user.*',
],
}),
iconsReplace({
values: {
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
'ti ti-download': 'ph-download ph-bold ph-lg',