mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-09 04:18:17 +02:00
build fixes
This commit is contained in:
parent
28c59595bb
commit
bdf669fa18
@ -25,14 +25,14 @@
|
||||
<h3 class="font-bold text-lg">Connect with Nostr Wallet Connect</h3>
|
||||
<br>
|
||||
<div class="flex">
|
||||
<img class="avatar" src="../../public/favicon.ico" alt="" />
|
||||
<img class="avatar" src="/favicon.ico" alt="" />
|
||||
<h3 class="text-lg">Noogle</h3>
|
||||
</div>
|
||||
<p class="py-4">Enter a Nostr Wallet connect string for easier zapping on the page</p>
|
||||
<div class="collapse bg-base-200">
|
||||
<input type="radio" name="my-accordion-1" />
|
||||
<div class="collapse-title text-xl font-medium bg-black/30 flex">
|
||||
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="../../public/Alby.jpg"/>
|
||||
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="/Alby.jpg"/>
|
||||
<div style="margin-left: 30px">
|
||||
<h3>Alby NWC</h3>
|
||||
<h3 class="text-sm text-neutral">Connect with your Alby Wallet</h3>
|
||||
@ -68,7 +68,7 @@
|
||||
<div class="collapse bg-base-200">
|
||||
<input type="radio" name="my-accordion-1" />
|
||||
<div class="collapse-title text-xl font-medium bg-black/30 flex">
|
||||
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="../../public/Mutiny.png"/>
|
||||
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="/Mutiny.png"/>
|
||||
<div style="margin-left: 30px">
|
||||
<h3> Mutiny Wallet</h3>
|
||||
<h3 class="text-sm text-neutral">Connect with your Mutiny Wallet</h3>
|
||||
|
@ -87,11 +87,11 @@ import store from '../store';
|
||||
import {types} from "sass";
|
||||
import Null = types.Null;
|
||||
import StringUtil from "@/components/helper/string";
|
||||
import {copyinvoice, createBolt11Lud16, parseandreplacenpubs, zaprequest} from "@/components/helper/Helper.vue";
|
||||
import {copyinvoice, parseandreplacenpubs, } from "@/components/helper/Helper.vue";
|
||||
import {requestProvider} from "webln";
|
||||
import {Event, EventBuilder, EventId, PublicKey} from "@rust-nostr/nostr-sdk";
|
||||
import amberSignerService from "@/components/android-signer/AndroidSigner";
|
||||
import zap, {zap_lud16} from "@/components/helper/Zap.vue";
|
||||
import {zap, zap_lud16, createBolt11Lud16, zaprequest} from "@/components/helper/Zap.vue";
|
||||
|
||||
|
||||
const props = defineProps<{
|
||||
|
Loading…
x
Reference in New Issue
Block a user