Move userTalk-constructive icons from root to modules

Store all SVGs in the same folder.

Change-Id: I0b2205e1e894bccae3527a6544a9c370b13ffcec
This commit is contained in:
Umherirrender 2021-03-06 19:45:55 +01:00 committed by Jforrester
parent 1fdcd95419
commit 35ee72248c
3 changed files with 2 additions and 2 deletions

View file

@ -221,8 +221,8 @@ class ThanksHooks {
$icons['thanks'] = [
'path' => [
'ltr' => 'Thanks/userTalk-constructive-ltr.svg',
'rtl' => 'Thanks/userTalk-constructive-rtl.svg'
'ltr' => 'Thanks/modules/userTalk-constructive-ltr.svg',
'rtl' => 'Thanks/modules/userTalk-constructive-rtl.svg'
]
];
}

View file

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 402 B

View file

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B