docs(app): update banner

This commit is contained in:
Benjamin Canac
2025-07-08 15:06:00 +02:00
parent 513cca25f6
commit 52908c19f1
3 changed files with 16 additions and 12 deletions

View File

@@ -53,7 +53,7 @@ provide('navigation', mappedNavigation)
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
<template v-if="!route.path.startsWith('/examples')">
<!-- <Banner /> -->
<Banner />
<Header :links="links" />
</template>