Skip to content

Commit

Permalink
bug(back-to-icons): fix route (epicmaxco#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBoriskin authored Sep 4, 2018
1 parent 4eb5ea8 commit 1f2f622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/icons/Set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="header-text col-lg-4">
<h2>{{ set.name }}</h2>
<router-link :to="{ path: '/ui/icons' }">
<router-link :to="{ name: 'icons' }">
{{ 'icons.back' | translate }}
</router-link>
</div>
Expand Down

0 comments on commit 1f2f622

Please sign in to comment.