Skip to content

Commit

Permalink
redirect hide nav
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Nov 15, 2023
1 parent fe7a349 commit 60f8d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/TheAppBar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-app-bar color="navbar" ref="appBar" id="app-bar" elevate-on-scroll fixed app>
<v-app-bar v-if="!$route.meta.hideNavigation" color="navbar" ref="appBar" id="app-bar" elevate-on-scroll fixed app>
<v-container class="d-flex align-end full-height pa-2 align-center">
<router-link :to="{ path: `/` }" class="logo">
<img src="@/assets/logo.png" alt="home" />
Expand Down

0 comments on commit 60f8d7d

Please sign in to comment.