diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 1024e1b..000f65c 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -4,7 +4,7 @@ app color="secondary" height="30" - v-if="status === 'authenticated'" + v-if="status !== 'unauthenticated'" > © {{ new Date().getFullYear() }} SharedLists - All Rights Reserved diff --git a/app/components/NavBar.vue b/app/components/NavBar.vue index 65cdf16..d4e9d95 100644 --- a/app/components/NavBar.vue +++ b/app/components/NavBar.vue @@ -3,7 +3,7 @@ @@ -18,6 +18,11 @@ + @@ -47,8 +52,15 @@