diff options
| author | shpuld <shp@cock.li> | 2018-12-29 23:42:01 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-12-29 23:42:01 +0200 |
| commit | ace042015e77e507d6323c493596943dd8c657bb (patch) | |
| tree | 76e55b834688ce21f9f83e61e43c9a565555aa6d /src | |
| parent | 16c7bd0199717e705697ddcce100cc2141eb0afc (diff) | |
Remove commented out back button
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue index 9d4616bc..feadb009 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,9 +11,6 @@ <i class="button-icon icon-menu"></i> <div class="alert-dot" v-if="unseenNotificationsCount"></div> </a> - <!-- <router-link class="back-button" @click.native="activatePanel('timeline')" :to="{ name: 'root' }" active-class="hidden"> - <i class="icon-left-open" :title="$t('nav.back')"></i> - </router-link> --> <router-link class="site-name" :to="{ name: 'root' }" active-class="home">{{sitename}}</router-link> </div> <div class='item right'> |
