Skip to content

Commit 310ccfa

Browse files
committed
update theming icon in personal settings
Signed-off-by: szaimen <[email protected]>
1 parent 48def62 commit 310ccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/theming/lib/Settings/PersonalSection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(string $appName,
6161
* @since 13.0.0
6262
*/
6363
public function getIcon() {
64-
return $this->urlGenerator->imagePath($this->appName, 'app-dark.svg');
64+
return $this->urlGenerator->imagePath($this->appName, 'accessibility-dark.svg');
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)