Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-12-09 15:24:08 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-12-10 12:56:33 +0300
commit3494a946ed68dd635e5b4fe2b8819b39da85d229 (patch)
tree0322327713890ed977868d2f555392369fde2238 /src
parent42024d21866b5fbb3b3644d0bfb81b17d2e605c9 (diff)
Update app icons and 'Your photos' icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'src')
-rw-r--r--src/Photos.vue7
1 files changed, 1 insertions, 6 deletions
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 @@
<AppNavigationItem :to="{name: 'root'}"
class="app-navigation__photos"
:title="t('photos', 'Your photos')"
- icon="icon-photos"
+ icon="icon-yourphotos"
exact />
<AppNavigationItem to="/favorites" :title="t('photos', 'Favorites')" icon="icon-favorite" />
<AppNavigationItem :to="{name: 'albums'}" :title="t('photos', 'Your albums')" icon="icon-files-dark" />
@@ -72,8 +72,3 @@ export default {
},
}
</script>
-<style lang="scss" scoped>
-.app-navigation__photos::v-deep .app-navigation-entry-icon.icon-photos {
- background-size: 20px;
-}
-</style>