Skip to content

Commit

Permalink
capa Explorer Web: add provide feedback buttom
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ff committed Oct 2, 2024
1 parent 931ff62 commit 2889202
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/explorer/src/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup>
import Menubar from "primevue/menubar";
import { RouterLink } from "vue-router";
import Button from "primevue/button";
const isBundle = import.meta.env.MODE === "bundle";
</script>
Expand All @@ -14,6 +15,14 @@ const isBundle = import.meta.env.MODE === "bundle";
</template>
<template #end>
<div class="flex align-items-center gap-3">
<a
href="https://github.com/mandiant/capa/issues/new/choose"
target="_blank"
rel="noopener noreferrer"
className="no-underline"
>
<Button severity="contrast" size="small" outlined label="Provide feedback" />
</a>
<a
v-if="!isBundle"
v-ripple
Expand Down

0 comments on commit 2889202

Please sign in to comment.