1
0

replaced ti-rocket ti-repeat ti-repeat-off

This commit is contained in:
dakkar
2024-06-22 11:55:11 +01:00
parent 172f9e7443
commit acddf7e149
15 changed files with 49 additions and 26 deletions
+23
View File
@@ -142,6 +142,26 @@ export function getConfig(): UserConfig {
'**/pages/admin-user.*',
],
}),
iconsReplace({
values: {
'ti ti-repeat': 'ph-rocket-launch ph-bold ph-lg',
},
exclude: [
'**/components/MkMedia*',
'**/scripts/get-user-menu.*',
'**/pages/gallery/post.*',
],
}),
iconsReplace({
values: {
'ti ti-repeat': 'ph ph-repeat ph-bold ph-lg',
},
include: [
'**/components/MkMedia*',
'**/scripts/get-user-menu.*',
'**/pages/gallery/post.*',
],
}),
iconsReplace({
values: {
'ti ti-terminal-2': 'ph-terminal-window ph-bold ph-lg',
@@ -223,6 +243,9 @@ export function getConfig(): UserConfig {
'ti ti-player-eject': 'ph-eject ph-bold ph-lg',
'ti ti-player-stop': 'ph-stop ph-bold ph-lg',
'ti ti-player-track-next': 'ph-skip-forward ph-bold ph-lg',
'ti ti-rocket': 'ph-rocket-launch ph-bold ph-lg',
'ti ti-rocket-off': 'ph-rocket ph-bold ph-lg',
'ti ti-repeat-off': 'ph-repeat ph-bold ph-lg',
},
}),
...process.env.NODE_ENV === 'production'