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
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-12-17 16:28:19 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-12-17 16:29:07 +0300
commitc8ecad15391a3dd8814d852249bbb417983431c5 (patch)
tree29883bb4215c83d82f425c04a86ee453a381cf27 /src/Photos.vue
parent12428a3a94db031feaa7dc10a5f4296b5e8abda7 (diff)
parentc726044fbb17c598369f581e499d26dcbc1dd389 (diff)
Merge branch 'master' into enh/perfs
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/Photos.vue')
-rw-r--r--src/Photos.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index 50766d90..f19d5f27 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" />