Skip to content

Commit

Permalink
capa Explorer Web: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Oct 2, 2024
1 parent e9f4f5b commit 2a13bf6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web/explorer/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ 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"
>
<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
Expand Down

0 comments on commit 2a13bf6

Please sign in to comment.