From e7400be99a0599bca24e6b5403d0546ced38dbfe Mon Sep 17 00:00:00 2001 From: Soufiane Fariss Date: Wed, 2 Oct 2024 15:39:08 +0200 Subject: [PATCH 1/3] capa Explorer Web: add provide feedback buttom --- web/explorer/src/components/NavBar.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/explorer/src/components/NavBar.vue b/web/explorer/src/components/NavBar.vue index 061829362..934c139a5 100644 --- a/web/explorer/src/components/NavBar.vue +++ b/web/explorer/src/components/NavBar.vue @@ -1,6 +1,7 @@ @@ -14,6 +15,14 @@ const isBundle = import.meta.env.MODE === "bundle";