Use app.svg for the personal settings section icon

Was already pending in the working tree; committed unchanged.
This commit is contained in:
Patrick Niebeling
2026-08-25 15:28:21 +02:00
parent ce749e63a4
commit 43648f3728
+1 -1
View File
@@ -29,6 +29,6 @@ class PersonalSection implements IIconSection {
}
public function getIcon(): string {
return $this->urlGenerator->imagePath(Application::APP_ID, 'app-dark.svg');
return $this->urlGenerator->imagePath(Application::APP_ID, 'app.svg');
}
}