From 48d88887d77409a0cc48f39bfe464ee1efd55454 Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 11 Apr 2021 11:38:37 +0200 Subject: fix sunset and sunrise icon names --- src/_icons/sunrise.svg | 10 ++++++++++ src/_icons/sunset.svg | 4 ++-- src/_icons/sunshine.svg | 10 ---------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 src/_icons/sunrise.svg delete mode 100644 src/_icons/sunshine.svg (limited to 'src') diff --git a/src/_icons/sunrise.svg b/src/_icons/sunrise.svg new file mode 100644 index 00000000..9cb22a3d --- /dev/null +++ b/src/_icons/sunrise.svg @@ -0,0 +1,10 @@ +--- +tags: [west, horizon, landscape, evening ] +category: Weather +version: 1.10 +--- + + + + + diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg index 9cb22a3d..9d90a00e 100644 --- a/src/_icons/sunset.svg +++ b/src/_icons/sunset.svg @@ -1,10 +1,10 @@ --- -tags: [west, horizon, landscape, evening ] +tags: [east, horizon, landscape, morning] category: Weather version: 1.10 --- - + diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg deleted file mode 100644 index 9d90a00e..00000000 --- a/src/_icons/sunshine.svg +++ /dev/null @@ -1,10 +0,0 @@ ---- -tags: [east, horizon, landscape, morning] -category: Weather -version: 1.10 ---- - - - - - -- cgit v1.2.1