aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-16 22:25:41 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-16 22:25:41 +0100
commit34bc38f0bf76a9add53652f5a7442be4f7fe9851 (patch)
treed86120a582a6c0aeb8c037ef7e27f7b3b00f42d3 /src/App.vue
parent52dd7c009f12e1d5522787f4173670c408efa158 (diff)
Add settings page to app.
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index d2b07d2b..fc510fda 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,7 +5,9 @@
<div class='item'>
<a route-to='friends-timeline' href="#">{{sitename}}</a>
</div>
- <style-switcher></style-switcher>
+ <div class='item right'>
+ <router-link :to="{ name: 'settings'}"><i class="icon-cog"></i></router-link>
+ </div>
</div>
</nav>
<div class="container" id="content">