diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-17 10:16:29 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-17 10:16:29 +0100 |
| commit | eb7156de0de7c713a1ac4975838c7081bc3afb39 (patch) | |
| tree | 01b950a032c1997fefd64a70cf8188c4a01d2920 /src/App.vue | |
| parent | 2e874933a5c633d1f40abd342f5ecf969cb53d92 (diff) | |
Fix oembed attachments.
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 7bd79280..d8e1d3e8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ <nav class='container base01-background base04'> <div class='inner-nav' :style="logoStyle"> <div class='item'> - <a route-to='friends-timeline' href="#">{{sitename}}</a> + <router-link :to="{ name: 'root'}">{{sitename}}</router-link> </div> <div class='item right'> <router-link :to="{ name: 'settings'}"><i class="icon-cog"></i></router-link> |
