Skip to content

Commit

Permalink
docs(app): remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 3, 2024
1 parent c6b2ae4 commit 16dbc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div>
<NuxtLoadingIndicator />

<Banner v-if="!$route.path.startsWith('/examples')" />
<!-- <Banner v-if="!$route.path.startsWith('/examples')" /> -->

<Header v-if="!$route.path.startsWith('/examples')" :links="links" />

Expand Down

0 comments on commit 16dbc1b

Please sign in to comment.