mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
capa Explorer Web: add provide feedback buttom
This commit is contained in:
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user