Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 2, 2023
1 parent 4bb87e2 commit 3950419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<template #panel>
<UAsideLinks :links="links" />

<BranchSelect />
<UDivider type="dashed" class="mt-4 mb-3" />

<BranchSelect v-if="!route.path.startsWith('/pro')" />

<UNavigationTree :links="mapContentNavigation(navigation)" :multiple="false" default-open />
</template>
Expand Down

0 comments on commit 3950419

Please sign in to comment.