|
|
@ -82,20 +82,20 @@ |
|
|
|
class="bg-amber-200 rounded-md text-center px-4 py-3 mb-4" |
|
|
|
> |
|
|
|
<p class="text-lg mb-3"> |
|
|
|
Want to see info from your contacts, or share contributions? |
|
|
|
To recognize giving, have someone register you: |
|
|
|
</p> |
|
|
|
<div class="flex justify-between"> |
|
|
|
<button |
|
|
|
class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" |
|
|
|
@click="generateIdentifier()" |
|
|
|
> |
|
|
|
Let me start the easiest (with a passkey). |
|
|
|
</button> |
|
|
|
<div class="flex justify-center"> |
|
|
|
<!-- <button--> |
|
|
|
<!-- class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md"--> |
|
|
|
<!-- @click="generateIdentifier()"--> |
|
|
|
<!-- >--> |
|
|
|
<!-- Let me start the easiest (with a passkey).--> |
|
|
|
<!-- </button>--> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'start' }" |
|
|
|
:to="{ name: 'contact-qr' }" |
|
|
|
class="block text-center text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" |
|
|
|
> |
|
|
|
Give me all the options. |
|
|
|
Share your contact info. |
|
|
|
</router-link> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|