Skip to content

Commit

Permalink
Merge pull request #2431 from s-ff/add-provide-feedback-button
Browse files Browse the repository at this point in the history
capa Explorer Web: add provide feedback button
  • Loading branch information
mr-tz authored Oct 3, 2024
2 parents 2976974 + 2a13bf6 commit 21fc77e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,9 @@ 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">
<Button severity="contrast" size="small" outlined label="Provide feedback" />
</a>
<a
v-if="!isBundle"
v-ripple
Expand Down

0 comments on commit 21fc77e

Please sign in to comment.