From 3494a946ed68dd635e5b4fe2b8819b39da85d229 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 9 Dec 2019 19:24:08 +0700 Subject: [PATCH] Update app icons and 'Your photos' icon Signed-off-by: Jan-Christoph Borchardt --- css/icons.scss | 1 + img/app.svg | 5 ++++- img/photos.svg | 5 ++++- img/yourphotos.svg | 1 + src/Photos.vue | 7 +------ 5 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 img/yourphotos.svg diff --git a/css/icons.scss b/css/icons.scss index ba8dcef9..c26fd98b 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -25,3 +25,4 @@ } @include icon-black-white('photos', 'photos', 2); +@include icon-black-white('yourphotos', 'photos', 1); diff --git a/img/app.svg b/img/app.svg index 04aaca9e..bd8158fa 100644 --- a/img/app.svg +++ b/img/app.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/img/photos.svg b/img/photos.svg index 6046f92b..bd8158fa 100644 --- a/img/photos.svg +++ b/img/photos.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/img/yourphotos.svg b/img/yourphotos.svg new file mode 100644 index 00000000..bae5612e --- /dev/null +++ b/img/yourphotos.svg @@ -0,0 +1 @@ + diff --git a/src/Photos.vue b/src/Photos.vue index acd5057a..ed2c48b6 100644 --- a/src/Photos.vue +++ b/src/Photos.vue @@ -26,7 +26,7 @@ @@ -72,8 +72,3 @@ export default { }, } -