aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-07-26 14:47:10 +0200
committerMateja <mail@matejamaric.com>2021-07-26 14:47:10 +0200
commit4bcebc41e72f4f84859adbdb9eff95f9917cf230 (patch)
treeda2956cc8a14d488a0ee155f2c2d46917a649cfc /client
parentcbc39e6581dd1e1b2535ae011e67d872205aecc9 (diff)
downloadmevn-ecommerce-4bcebc41e72f4f84859adbdb9eff95f9917cf230.tar.gz
mevn-ecommerce-4bcebc41e72f4f84859adbdb9eff95f9917cf230.zip
Move Register and Login links to end of navbar.
Diffstat (limited to 'client')
-rw-r--r--client/src/App.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/App.vue b/client/src/App.vue
index 906716b..af3ac4b 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -15,6 +15,8 @@
<span class="badge bg-light rounded-pill text-dark" v-text="cartSize"></span>
</router-link>
</li>
+ </ul>
+ <ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<router-link class="nav-link" active-class="active" to="/register">Register</router-link>
</li>