Skip to content

Commit

Permalink
update theming icon in personal settings
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Sep 21, 2022
1 parent 48def62 commit 310ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Settings/PersonalSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct(string $appName,
* @since 13.0.0
*/
public function getIcon() {
return $this->urlGenerator->imagePath($this->appName, 'app-dark.svg');
return $this->urlGenerator->imagePath($this->appName, 'accessibility-dark.svg');
}

/**
Expand Down

0 comments on commit 310ccfa

Please sign in to comment.