From 1bf2ef208452d0ee7da9cb24e70f01001c92c0cc Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 31 Mar 2023 20:22:03 +0200 Subject: fix(dav): Use an icon with correct color for calendar user settings section Signed-off-by: Thomas Citharel --- apps/dav/img/calendar.svg | 1 + apps/settings/lib/Sections/Personal/Calendar.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/dav/img/calendar.svg diff --git a/apps/dav/img/calendar.svg b/apps/dav/img/calendar.svg new file mode 100644 index 00000000000..fed04535dab --- /dev/null +++ b/apps/dav/img/calendar.svg @@ -0,0 +1 @@ + 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 { -- cgit v1.2.3