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 { }, } -