mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
capa Explorer Web: add provide feedback buttom
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Menubar from "primevue/menubar";
|
import Menubar from "primevue/menubar";
|
||||||
import { RouterLink } from "vue-router";
|
import { RouterLink } from "vue-router";
|
||||||
|
import Button from "primevue/button";
|
||||||
|
|
||||||
const isBundle = import.meta.env.MODE === "bundle";
|
const isBundle = import.meta.env.MODE === "bundle";
|
||||||
</script>
|
</script>
|
||||||
@@ -14,6 +15,14 @@ const isBundle = import.meta.env.MODE === "bundle";
|
|||||||
</template>
|
</template>
|
||||||
<template #end>
|
<template #end>
|
||||||
<div class="flex align-items-center gap-3">
|
<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
|
<a
|
||||||
v-if="!isBundle"
|
v-if="!isBundle"
|
||||||
v-ripple
|
v-ripple
|
||||||
|
|||||||
Reference in New Issue
Block a user