Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: hide import issuer button (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean authored Nov 15, 2023
1 parent 5ae931d commit 532af34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/src/pages/settings/issuers/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<div class="flex justify-between items-center">
<h1 class="text-lg font-semibold">Your issuers:</h1>

<div class="flex justify-between gap-2">
<!-- show when feature is available -->
<!-- <div class="flex justify-between gap-2">
<button class="inline-flex items-center bg-blue-500 hover:bg-blue-600 focus-visible:outline-blue-600 rounded-md px-3 py-2 text-sm font-semibold text-white shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
@click="importIssuer"
>
<InboxArrowDownIcon aria-hidden="true" class="h-5 w-5 text-white mr-1"/>
<span>Import issuer</span>
</button>
</div>
</div> -->

</div>

Expand Down

0 comments on commit 532af34

Please sign in to comment.