summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2023-03-31 20:22:03 +0200
committerThomas Citharel <tcit@tcit.fr>2023-04-04 10:07:37 +0200
commitd87e55cf43385dc0d8a96df694f9983a75ec0637 (patch)
treeb38a8b5ae56c141b36eeb24a136dcd3d1c043c55 /apps/settings/lib
parent135b0ded50a5909f78685f9bb09b84d42f8d51cd (diff)
downloadnextcloud-server-d87e55cf43385dc0d8a96df694f9983a75ec0637.tar.gz
nextcloud-server-d87e55cf43385dc0d8a96df694f9983a75ec0637.zip
fix(dav): Use an icon with correct color for calendar user settings section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/settings/lib')
-rw-r--r--apps/settings/lib/Sections/Personal/Calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Sections/Personal/Calendar.php b/apps/settings/lib/Sections/Personal/Calendar.php
index 3f4f100e121..a7689d0fe8d 100644
--- a/apps/settings/lib/Sections/Personal/Calendar.php
+++ b/apps/settings/lib/Sections/Personal/Calendar.php
@@ -38,7 +38,7 @@ class Calendar implements IIconSection {
}
public function getIcon(): string {
- return $this->urlGenerator->imagePath('core', 'caldav/time.svg');
+ return $this->urlGenerator->imagePath('dav', 'calendar.svg');
}
public function getID(): string {