mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
capa Explorer Web: add provide feedback buttom
This commit is contained in:
parent
591a1e8fbb
commit
e7400be99a
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue