mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-15 08:16:28 +00:00
24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<!-- prettier-ignore-->
|
|
<div id="connect_wallet_alert_modal" tabindex="-1" aria-hidden="true" class="fixed top-0 left-0 right-0 z-[150] hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
|
|
<div class="relative w-full max-w-2xl max-h-full">
|
|
<!-- Modal header -->
|
|
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
|
|
<div class="flex items-start justify-between p-4 border-b rounded-t dark:border-gray-600">
|
|
<h3 class="text-xl font-semibold text-gray-900 dark:text-white">Connect your wallet to contribute!</h3>
|
|
</div>
|
|
<!-- Modal body -->
|
|
|
|
<!-- Modal footer -->
|
|
<div class="flex items-center p-6 space-x-2 border-t border-gray-200 rounded-b dark:border-gray-600">
|
|
<button
|
|
id="connectWalletBtn"
|
|
type="button"
|
|
data-is-mobile="true"
|
|
class="flex justify-center w-full md:w-auto text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 dark:focus:ring-cyan-800 font-medium rounded-lg text-sm px-5 py-2.5">
|
|
Connect wallet
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|