Skip to content

Commit

Permalink
close #78
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 4, 2024
1 parent 16ff1c6 commit a543f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ui/ChooseWalletOverlay.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<OverlayDialog :show="show" :close="close" title="Access Your Wallet!">
<div class="mt-2">
<p class="text-sm text-gray-400">How would you like to connect?</p>
<div v-if="hasCreateTestingAccountFn" class="mt-4">
<p class="text-sm text-gray-400">How would you like to connect?</p>
<br />
<button
@click="createTestingAccount"
class="incognitee-bg btn btn_gradient rounded-md px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-400"
Expand Down

0 comments on commit a543f73

Please sign in to comment.